Class UploadStartResponse
-
- All Implemented Interfaces:
public final class UploadStartResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUploadStartResponse.BuilderA builder for UploadStartResponse.
-
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 UploadStartResponse.BuildertoBuilder()final UploadStartResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UploadStartResponse.Builderbuilder()Returns a mutable builder for constructing an instance of UploadStartResponse. -
-
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 UploadStartResponse.Builder toBuilder()
-
validate
final UploadStartResponse 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 UploadStartResponse.Builder builder()
Returns a mutable builder for constructing an instance of UploadStartResponse.
The following fields are required:
.scanId()
-
-
-
-