Class BetaContainerUploadBlock
-
- All Implemented Interfaces:
public final class BetaContainerUploadBlockResponse model for a file uploaded to the container.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaContainerUploadBlock.BuilderA builder for BetaContainerUploadBlock.
-
Method Summary
Modifier and Type Method Description final BetaContainerUploadBlockParamtoParam()final StringfileId()final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("container_upload")final JsonField<String>_fileId()Returns the raw JSON value of fileId. final Map<String, JsonValue>_additionalProperties()final BetaContainerUploadBlock.BuildertoBuilder()final BetaContainerUploadBlockvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaContainerUploadBlock.Builderbuilder()Returns a mutable builder for constructing an instance of BetaContainerUploadBlock. -
-
Method Detail
-
toParam
final BetaContainerUploadBlockParam toParam()
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("container_upload")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_fileId
final JsonField<String> _fileId()
Returns the raw JSON value of fileId.
Unlike fileId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaContainerUploadBlock.Builder toBuilder()
-
validate
final BetaContainerUploadBlock validate()
-
builder
final static BetaContainerUploadBlock.Builder builder()
Returns a mutable builder for constructing an instance of BetaContainerUploadBlock.
The following fields are required:
.fileId()
-
-
-
-