Class V1DocketResponse.Entry
-
- All Implemented Interfaces:
public final class V1DocketResponse.Entry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1DocketResponse.Entry.BuilderA builder for Entry.
public final classV1DocketResponse.Entry.Document
-
Method Summary
Modifier and Type Method Description final Optional<LocalDate>date()final Optional<String>description()final Optional<List<V1DocketResponse.Entry.Document>>documents()final Optional<Long>entryNumber()final JsonField<LocalDate>_date()Returns the raw JSON value of date. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<List<V1DocketResponse.Entry.Document>>_documents()Returns the raw JSON value of documents. final JsonField<Long>_entryNumber()Returns the raw JSON value of entryNumber. final Map<String, JsonValue>_additionalProperties()final V1DocketResponse.Entry.BuildertoBuilder()final V1DocketResponse.Entryvalidate()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.Builderbuilder()Returns a mutable builder for constructing an instance of Entry. -
-
Method Detail
-
description
final Optional<String> description()
-
documents
final Optional<List<V1DocketResponse.Entry.Document>> documents()
-
entryNumber
final Optional<Long> entryNumber()
-
_date
final JsonField<LocalDate> _date()
Returns the raw JSON value of date.
Unlike date, 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.
-
_documents
final JsonField<List<V1DocketResponse.Entry.Document>> _documents()
Returns the raw JSON value of documents.
Unlike documents, this method doesn't throw if the JSON field has an unexpected type.
-
_entryNumber
final JsonField<Long> _entryNumber()
Returns the raw JSON value of entryNumber.
Unlike entryNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1DocketResponse.Entry.Builder toBuilder()
-
validate
final V1DocketResponse.Entry 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.Builder builder()
Returns a mutable builder for constructing an instance of Entry.
-
-
-
-