Class JobRequestParams.Body
-
- All Implemented Interfaces:
public final class JobRequestParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobRequestParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final JobRequestParams.Accessaccess()Access method for the location of files associated with the scan final JobRequestParams.Inventoryinventory()final Optional<String>scanId()unique identifier for the scan final Optional<JobRequestParams.Status>status()Status of the scan final JsonField<JobRequestParams.Access>_access()Returns the raw JSON value of access. final JsonField<JobRequestParams.Inventory>_inventory()Returns the raw JSON value of inventory. final JsonField<String>_scanId()Returns the raw JSON value of scanId. final JsonField<JobRequestParams.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final JobRequestParams.Body.BuildertoBuilder()final JobRequestParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JobRequestParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
access
final JobRequestParams.Access access()
Access method for the location of files associated with the scan
-
inventory
final JobRequestParams.Inventory inventory()
-
status
final Optional<JobRequestParams.Status> status()
Status of the scan
-
_access
final JsonField<JobRequestParams.Access> _access()
Returns the raw JSON value of access.
Unlike access, this method doesn't throw if the JSON field has an unexpected type.
-
_inventory
final JsonField<JobRequestParams.Inventory> _inventory()
Returns the raw JSON value of inventory.
Unlike inventory, this method doesn't throw if the JSON field has an unexpected type.
-
_scanId
final JsonField<String> _scanId()
Returns the raw JSON value of scanId.
Unlike scanId, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<JobRequestParams.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JobRequestParams.Body.Builder toBuilder()
-
validate
final JobRequestParams.Body validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static JobRequestParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.access() .inventory()
-
-
-
-