Class V1DocketResponse.Entry.Document
-
- All Implemented Interfaces:
public final class V1DocketResponse.Entry.Document
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1DocketResponse.Entry.Document.BuilderA builder for Document.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()final Optional<Long>attachmentNumber()final Optional<String>description()final Optional<String>documentNumber()final Optional<Boolean>isAvailable()final Optional<Long>pageCount()final Optional<String>pdfUrl()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Long>_attachmentNumber()Returns the raw JSON value of attachmentNumber. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<String>_documentNumber()Returns the raw JSON value of documentNumber. final JsonField<Boolean>_isAvailable()Returns the raw JSON value of isAvailable. final JsonField<Long>_pageCount()Returns the raw JSON value of pageCount. final JsonField<String>_pdfUrl()Returns the raw JSON value of pdfUrl. final Map<String, JsonValue>_additionalProperties()final V1DocketResponse.Entry.Document.BuildertoBuilder()final V1DocketResponse.Entry.Documentvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1DocketResponse.Entry.Document.Builderbuilder()Returns a mutable builder for constructing an instance of Document. -
-
Method Detail
-
attachmentNumber
final Optional<Long> attachmentNumber()
-
description
final Optional<String> description()
-
documentNumber
final Optional<String> documentNumber()
-
isAvailable
final Optional<Boolean> isAvailable()
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_attachmentNumber
final JsonField<Long> _attachmentNumber()
Returns the raw JSON value of attachmentNumber.
Unlike attachmentNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_documentNumber
final JsonField<String> _documentNumber()
Returns the raw JSON value of documentNumber.
Unlike documentNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_isAvailable
final JsonField<Boolean> _isAvailable()
Returns the raw JSON value of isAvailable.
Unlike isAvailable, this method doesn't throw if the JSON field has an unexpected type.
-
_pageCount
final JsonField<Long> _pageCount()
Returns the raw JSON value of pageCount.
Unlike pageCount, this method doesn't throw if the JSON field has an unexpected type.
-
_pdfUrl
final JsonField<String> _pdfUrl()
Returns the raw JSON value of pdfUrl.
Unlike pdfUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1DocketResponse.Entry.Document.Builder toBuilder()
-
validate
final V1DocketResponse.Entry.Document 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 V1DocketResponse.Entry.Document.Builder builder()
Returns a mutable builder for constructing an instance of Document.
-
-
-
-