Class FileAddResponse
-
- All Implemented Interfaces:
public final class FileAddResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileAddResponse.BuilderA builder for FileAddResponse.
public final classFileAddResponse.Part
-
Method Summary
Modifier and Type Method Description final List<FileAddResponse.Part>parts()final StringuploadId()UploadId for the current file final JsonField<List<FileAddResponse.Part>>_parts()Returns the raw JSON value of parts. final JsonField<String>_uploadId()Returns the raw JSON value of uploadId. final Map<String, JsonValue>_additionalProperties()final FileAddResponse.BuildertoBuilder()final FileAddResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileAddResponse.Builderbuilder()Returns a mutable builder for constructing an instance of FileAddResponse. -
-
Method Detail
-
parts
final List<FileAddResponse.Part> parts()
-
_parts
final JsonField<List<FileAddResponse.Part>> _parts()
Returns the raw JSON value of parts.
Unlike parts, this method doesn't throw if the JSON field has an unexpected type.
-
_uploadId
final JsonField<String> _uploadId()
Returns the raw JSON value of uploadId.
Unlike uploadId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FileAddResponse.Builder toBuilder()
-
validate
final FileAddResponse 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 FileAddResponse.Builder builder()
Returns a mutable builder for constructing an instance of FileAddResponse.
The following fields are required:
.parts() .uploadId()
-
-
-
-