Package dev.case.api.models.legal.v1
Class V1VerifyResponse.Citation.Candidate
-
- All Implemented Interfaces:
public final class V1VerifyResponse.Citation.Candidate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1VerifyResponse.Citation.Candidate.BuilderA builder for Candidate.
-
Method Summary
Modifier and Type Method Description final Optional<String>court()final Optional<String>dateDecided()final Optional<String>name()final Optional<String>url()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>_name()Returns the raw JSON value of name. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final V1VerifyResponse.Citation.Candidate.BuildertoBuilder()final V1VerifyResponse.Citation.Candidatevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1VerifyResponse.Citation.Candidate.Builderbuilder()Returns a mutable builder for constructing an instance of Candidate. -
-
Method Detail
-
dateDecided
final Optional<String> dateDecided()
-
_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.
-
_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.
-
_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.Candidate.Builder toBuilder()
-
validate
final V1VerifyResponse.Citation.Candidate validate()
-
builder
final static V1VerifyResponse.Citation.Candidate.Builder builder()
Returns a mutable builder for constructing an instance of Candidate.
-
-
-
-