Package dev.case.api.models.legal.v1
Class V1GetCitationsFromUrlResponse.Citations.Regulation
-
- All Implemented Interfaces:
public final class V1GetCitationsFromUrlResponse.Citations.Regulation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1GetCitationsFromUrlResponse.Citations.Regulation.BuilderA builder for Regulation.
-
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 (cfr) 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.Regulation.BuildertoBuilder()final V1GetCitationsFromUrlResponse.Citations.Regulationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1GetCitationsFromUrlResponse.Citations.Regulation.Builderbuilder()Returns a mutable builder for constructing an instance of Regulation. -
-
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.Regulation.Builder toBuilder()
-
validate
final V1GetCitationsFromUrlResponse.Citations.Regulation validate()
-
builder
final static V1GetCitationsFromUrlResponse.Citations.Regulation.Builder builder()
Returns a mutable builder for constructing an instance of Regulation.
-
-
-
-