Class FileAddResponse.Part
-
- All Implemented Interfaces:
public final class FileAddResponse.Part
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileAddResponse.Part.BuilderA builder for Part.
-
Method Summary
Modifier and Type Method Description final Optional<Long>endOffset()final Optional<Long>partNumber()final Optional<Long>startOffset()final Optional<String>uploadUrl()final JsonField<Long>_endOffset()Returns the raw JSON value of endOffset. final JsonField<Long>_partNumber()Returns the raw JSON value of partNumber. final JsonField<Long>_startOffset()Returns the raw JSON value of startOffset. final JsonField<String>_uploadUrl()Returns the raw JSON value of uploadUrl. final Map<String, JsonValue>_additionalProperties()final FileAddResponse.Part.BuildertoBuilder()final FileAddResponse.Partvalidate()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.Part.Builderbuilder()Returns a mutable builder for constructing an instance of Part. -
-
Method Detail
-
partNumber
final Optional<Long> partNumber()
-
startOffset
final Optional<Long> startOffset()
-
_endOffset
final JsonField<Long> _endOffset()
Returns the raw JSON value of endOffset.
Unlike endOffset, this method doesn't throw if the JSON field has an unexpected type.
-
_partNumber
final JsonField<Long> _partNumber()
Returns the raw JSON value of partNumber.
Unlike partNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_startOffset
final JsonField<Long> _startOffset()
Returns the raw JSON value of startOffset.
Unlike startOffset, this method doesn't throw if the JSON field has an unexpected type.
-
_uploadUrl
final JsonField<String> _uploadUrl()
Returns the raw JSON value of uploadUrl.
Unlike uploadUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FileAddResponse.Part.Builder toBuilder()
-
validate
final FileAddResponse.Part 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.Part.Builder builder()
Returns a mutable builder for constructing an instance of Part.
-
-
-
-