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
Modifier and Type Method Description final Optional<List<V1ListCourtsResponse.Court>>courts()final Optional<Long>found()final Optional<Boolean>inUseOnly()Whether results are filtered to in-use courts only final Optional<String>jurisdiction()final Optional<String>query()final JsonField<List<V1ListCourtsResponse.Court>>_courts()Returns the raw JSON value of courts. final JsonField<Long>_found()Returns the raw JSON value of found. final JsonField<Boolean>_inUseOnly()Returns the raw JSON value of inUseOnly. final JsonField<String>_jurisdiction()Returns the raw JSON value of jurisdiction. final JsonField<String>_query()Returns the raw JSON value of query. final Map<String, JsonValue>_additionalProperties()final V1ListCourtsResponse.BuildertoBuilder()final V1ListCourtsResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1ListCourtsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V1ListCourtsResponse. -
-
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()
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 V1ListCourtsResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1ListCourtsResponse.
-
-
-
-