Package dev.case.api.models.legal.v1
Class V1GetCitationsFromUrlResponse.Citations.Case
-
- All Implemented Interfaces:
public final class V1GetCitationsFromUrlResponse.Citations.Case
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1GetCitationsFromUrlResponse.Citations.Case.BuilderA builder for Case.
-
Method Summary
Modifier and Type Method Description final Optional<String>citation()The citation string final Optional<Long>count()Number of occurrences final Optional<String>type()Citation type (usReporter, federalReporter, etc. final JsonField<String>_citation()Returns the raw JSON value of citation. final JsonField<Long>_count()Returns the raw JSON value of count. final JsonField<String>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final V1GetCitationsFromUrlResponse.Citations.Case.BuildertoBuilder()final V1GetCitationsFromUrlResponse.Citations.Casevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1GetCitationsFromUrlResponse.Citations.Case.Builderbuilder()Returns a mutable builder for constructing an instance of Case. -
-
Method Detail
-
_citation
final JsonField<String> _citation()
Returns the raw JSON value of citation.
Unlike citation, this method doesn't throw if the JSON field has an unexpected type.
-
_count
final JsonField<Long> _count()
Returns the raw JSON value of count.
Unlike count, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<String> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1GetCitationsFromUrlResponse.Citations.Case.Builder toBuilder()
-
validate
final V1GetCitationsFromUrlResponse.Citations.Case validate()
-
builder
final static V1GetCitationsFromUrlResponse.Citations.Case.Builder builder()
Returns a mutable builder for constructing an instance of Case.
-
-
-
-