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()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()
-
builder
final static FileAddResponse.Builder builder()
Returns a mutable builder for constructing an instance of FileAddResponse.
The following fields are required:
.parts() .uploadId()
-
-
-
-