Package dev.case.api.models.legal.v1
Class V1GetCitationsFromUrlResponse.Citations.Statute
-
- All Implemented Interfaces:
public final class V1GetCitationsFromUrlResponse.Citations.Statute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1GetCitationsFromUrlResponse.Citations.Statute.BuilderA builder for Statute.
-
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 (usc) 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.Statute.BuildertoBuilder()final V1GetCitationsFromUrlResponse.Citations.Statutevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1GetCitationsFromUrlResponse.Citations.Statute.Builderbuilder()Returns a mutable builder for constructing an instance of Statute. -
-
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.Statute.Builder toBuilder()
-
validate
final V1GetCitationsFromUrlResponse.Citations.Statute 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 V1GetCitationsFromUrlResponse.Citations.Statute.Builder builder()
Returns a mutable builder for constructing an instance of Statute.
-
-
-
-