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