Class UploadCompleteAllResponse.Builder
-
- All Implemented Interfaces:
public final class UploadCompleteAllResponse.BuilderA builder for UploadCompleteAllResponse.
-
-
Method Summary
Modifier and Type Method Description final UploadCompleteAllResponse.BuilderscanId(String scanId)Request to resource is successful final UploadCompleteAllResponse.BuilderscanId(JsonField<String> scanId)Sets Builder.scanId to an arbitrary JSON value. final UploadCompleteAllResponse.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final UploadCompleteAllResponse.BuilderputAdditionalProperty(String key, JsonValue value)final UploadCompleteAllResponse.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final UploadCompleteAllResponse.BuilderremoveAdditionalProperty(String key)final UploadCompleteAllResponse.BuilderremoveAllAdditionalProperties(Set<String> keys)final UploadCompleteAllResponsebuild()Returns an immutable instance of UploadCompleteAllResponse. -
-
Method Detail
-
scanId
final UploadCompleteAllResponse.Builder scanId(String scanId)
Request to resource is successful
-
scanId
final UploadCompleteAllResponse.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.
-
additionalProperties
final UploadCompleteAllResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final UploadCompleteAllResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final UploadCompleteAllResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final UploadCompleteAllResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final UploadCompleteAllResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final UploadCompleteAllResponse build()
Returns an immutable instance of UploadCompleteAllResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-