Package dev.case.api.models.legal.v1
Class V1GetCitationsResponse
-
- All Implemented Interfaces:
public final class V1GetCitationsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1GetCitationsResponse.BuilderA builder for V1GetCitationsResponse.
public final classV1GetCitationsResponse.Citation
-
Method Summary
Modifier and Type Method Description final Optional<List<V1GetCitationsResponse.Citation>>citations()final JsonField<List<V1GetCitationsResponse.Citation>>_citations()Returns the raw JSON value of citations. final Map<String, JsonValue>_additionalProperties()final V1GetCitationsResponse.BuildertoBuilder()final V1GetCitationsResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1GetCitationsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V1GetCitationsResponse. -
-
Method Detail
-
citations
final Optional<List<V1GetCitationsResponse.Citation>> citations()
-
_citations
final JsonField<List<V1GetCitationsResponse.Citation>> _citations()
Returns the raw JSON value of citations.
Unlike citations, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1GetCitationsResponse.Builder toBuilder()
-
validate
final V1GetCitationsResponse 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 V1GetCitationsResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1GetCitationsResponse.
-
-
-
-