Package dev.case.api.models.legal.v1
Class V1ListCourtsResponse
-
- All Implemented Interfaces:
public final class V1ListCourtsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1ListCourtsResponse.BuilderA builder for V1ListCourtsResponse.
public final classV1ListCourtsResponse.Court
-
Method Summary
-
-
Method Detail
-
courts
final Optional<List<V1ListCourtsResponse.Court>> courts()
-
jurisdiction
final Optional<String> jurisdiction()
-
_courts
final JsonField<List<V1ListCourtsResponse.Court>> _courts()
Returns the raw JSON value of courts.
Unlike courts, this method doesn't throw if the JSON field has an unexpected type.
-
_found
final JsonField<Long> _found()
Returns the raw JSON value of found.
Unlike found, this method doesn't throw if the JSON field has an unexpected type.
-
_inUseOnly
final JsonField<Boolean> _inUseOnly()
Returns the raw JSON value of inUseOnly.
Unlike inUseOnly, this method doesn't throw if the JSON field has an unexpected type.
-
_jurisdiction
final JsonField<String> _jurisdiction()
Returns the raw JSON value of jurisdiction.
Unlike jurisdiction, this method doesn't throw if the JSON field has an unexpected type.
-
_query
final JsonField<String> _query()
Returns the raw JSON value of query.
Unlike query, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1ListCourtsResponse.Builder toBuilder()
-
validate
final V1ListCourtsResponse validate()
-
builder
final static V1ListCourtsResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1ListCourtsResponse.
-
-
-
-