Class JobRequestParams
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.core.Params
public final class JobRequestParams implements Params
Scan a remote model
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobRequestParams.BuilderA builder for JobRequestParams.
public final classJobRequestParams.Bodypublic final classJobRequestParams.Accesspublic final classJobRequestParams.Inventorypublic final classJobRequestParams.StatusStatus of the scan
-
Method Summary
Modifier and Type Method Description final JobRequestParams.Accessaccess()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>_additionalBodyProperties()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final JobRequestParams.BuildertoBuilder()final JobRequestParams.Body_body()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static JobRequestParams.Builderbuilder()Returns a mutable builder for constructing an instance of JobRequestParams. -
-
Method Detail
-
access
final JobRequestParams.Access access()
-
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.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final JobRequestParams.Builder toBuilder()
-
_body
final JobRequestParams.Body _body()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
builder
final static JobRequestParams.Builder builder()
Returns a mutable builder for constructing an instance of JobRequestParams.
The following fields are required:
.access() .inventory()
-
-
-
-