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
-
-
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()
-
builder
final static V1DocketResponse.Entry.Document.Builder builder()
Returns a mutable builder for constructing an instance of Document.
-
-
-
-