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
-
-
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()
-
builder
final static V1VerifyResponse.Citation.Case.Builder builder()
Returns a mutable builder for constructing an instance of Case.
-
-
-
-