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 Optional<String>scanId()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()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()
-
builder
final static UploadCompleteAllResponse.Builder builder()
Returns a mutable builder for constructing an instance of UploadCompleteAllResponse.
-
-
-
-