Class JobRequestParams.Body.Builder
-
- All Implemented Interfaces:
public final class JobRequestParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
access
final JobRequestParams.Body.Builder access(JobRequestParams.Access access)
-
access
final JobRequestParams.Body.Builder access(JsonField<JobRequestParams.Access> access)
Sets Builder.access to an arbitrary JSON value.
You should usually call Builder.access with a well-typed Access value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
inventory
final JobRequestParams.Body.Builder inventory(JobRequestParams.Inventory inventory)
-
inventory
final JobRequestParams.Body.Builder inventory(JsonField<JobRequestParams.Inventory> inventory)
Sets Builder.inventory to an arbitrary JSON value.
You should usually call Builder.inventory with a well-typed Inventory value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
scanId
final JobRequestParams.Body.Builder scanId(String scanId)
unique identifier for the scan
-
scanId
final JobRequestParams.Body.Builder scanId(JsonField<String> scanId)
Sets Builder.scanId to an arbitrary JSON value.
You should usually call Builder.scanId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
status
final JobRequestParams.Body.Builder status(JobRequestParams.Status status)
Status of the scan
-
status
final JobRequestParams.Body.Builder status(JsonField<JobRequestParams.Status> status)
Sets Builder.status to an arbitrary JSON value.
You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final JobRequestParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final JobRequestParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final JobRequestParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final JobRequestParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final JobRequestParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final JobRequestParams.Body build()
Returns an immutable instance of Body.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.access() .inventory()
-
-
-
-