Package dev.case.api.models.legal.v1
Class V1GetCitationsFromUrlResponse.Citations
-
- All Implemented Interfaces:
public final class V1GetCitationsFromUrlResponse.Citations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1GetCitationsFromUrlResponse.Citations.BuilderA builder for Citations.
public final classV1GetCitationsFromUrlResponse.Citations.Casepublic final classV1GetCitationsFromUrlResponse.Citations.Regulationpublic final classV1GetCitationsFromUrlResponse.Citations.Statute
-
Method Summary
-
-
Method Detail
-
cases
final Optional<List<V1GetCitationsFromUrlResponse.Citations.Case>> cases()
-
regulations
final Optional<List<V1GetCitationsFromUrlResponse.Citations.Regulation>> regulations()
-
statutes
final Optional<List<V1GetCitationsFromUrlResponse.Citations.Statute>> statutes()
-
_cases
final JsonField<List<V1GetCitationsFromUrlResponse.Citations.Case>> _cases()
Returns the raw JSON value of cases.
Unlike cases, this method doesn't throw if the JSON field has an unexpected type.
-
_regulations
final JsonField<List<V1GetCitationsFromUrlResponse.Citations.Regulation>> _regulations()
Returns the raw JSON value of regulations.
Unlike regulations, this method doesn't throw if the JSON field has an unexpected type.
-
_statutes
final JsonField<List<V1GetCitationsFromUrlResponse.Citations.Statute>> _statutes()
Returns the raw JSON value of statutes.
Unlike statutes, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1GetCitationsFromUrlResponse.Citations.Builder toBuilder()
-
validate
final V1GetCitationsFromUrlResponse.Citations 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.Builder builder()
Returns a mutable builder for constructing an instance of Citations.
-
-
-
-