Class UploadCompleteAllResponse
-
- All Implemented Interfaces:
public final class UploadCompleteAllResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUploadCompleteAllResponse.BuilderA builder for UploadCompleteAllResponse.
-
Method Summary
Modifier and Type Method Description final StringscanId()Request to resource is successful final JsonField<String>_scanId()Returns the raw JSON value of scanId. final Map<String, JsonValue>_additionalProperties()final UploadCompleteAllResponse.BuildertoBuilder()final UploadCompleteAllResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UploadCompleteAllResponse.Builderbuilder()Returns a mutable builder for constructing an instance of UploadCompleteAllResponse. -
-
Method Detail
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UploadCompleteAllResponse.Builder toBuilder()
-
validate
final UploadCompleteAllResponse 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 UploadCompleteAllResponse.Builder builder()
Returns a mutable builder for constructing an instance of UploadCompleteAllResponse.
The following fields are required:
.scanId()
-
-
-
-