Class V1VerifyResponse.Citation.Case
-
- All Implemented Interfaces:
public final class V1VerifyResponse.Citation.CaseCase metadata (when verified)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1VerifyResponse.Citation.Case.BuilderA builder for Case.
-
Method Summary
Modifier and Type Method Description final Optional<Long>id()final Optional<String>court()final Optional<String>dateDecided()final Optional<String>docketNumber()final Optional<String>name()final Optional<List<String>>parallelCitations()final Optional<String>shortName()final Optional<String>url()final JsonField<Long>_id()Returns the raw JSON value of id. final JsonField<String>_court()Returns the raw JSON value of court. final JsonField<String>_dateDecided()Returns the raw JSON value of dateDecided. final JsonField<String>_docketNumber()Returns the raw JSON value of docketNumber. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<List<String>>_parallelCitations()Returns the raw JSON value of parallelCitations. final JsonField<String>_shortName()Returns the raw JSON value of shortName. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final V1VerifyResponse.Citation.Case.BuildertoBuilder()final V1VerifyResponse.Citation.Casevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1VerifyResponse.Citation.Case.Builderbuilder()Returns a mutable builder for constructing an instance of Case. -
-
Method Detail
-
dateDecided
final Optional<String> dateDecided()
-
docketNumber
final Optional<String> docketNumber()
-
parallelCitations
final Optional<List<String>> parallelCitations()
-
_id
final JsonField<Long> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_court
final JsonField<String> _court()
Returns the raw JSON value of court.
Unlike court, this method doesn't throw if the JSON field has an unexpected type.
-
_dateDecided
final JsonField<String> _dateDecided()
Returns the raw JSON value of dateDecided.
Unlike dateDecided, this method doesn't throw if the JSON field has an unexpected type.
-
_docketNumber
final JsonField<String> _docketNumber()
Returns the raw JSON value of docketNumber.
Unlike docketNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_parallelCitations
final JsonField<List<String>> _parallelCitations()
Returns the raw JSON value of parallelCitations.
Unlike parallelCitations, this method doesn't throw if the JSON field has an unexpected type.
-
_shortName
final JsonField<String> _shortName()
Returns the raw JSON value of shortName.
Unlike shortName, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1VerifyResponse.Citation.Case.Builder toBuilder()
-
validate
final V1VerifyResponse.Citation.Case 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 V1VerifyResponse.Citation.Case.Builder builder()
Returns a mutable builder for constructing an instance of Case.
-
-
-
-