Class V1ListJurisdictionsResponse
-
- All Implemented Interfaces:
public final class V1ListJurisdictionsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1ListJurisdictionsResponse.BuilderA builder for V1ListJurisdictionsResponse.
public final classV1ListJurisdictionsResponse.Jurisdiction
-
Method Summary
Modifier and Type Method Description final Optional<Long>found()Number of matching jurisdictions final Optional<String>hint()Usage guidance final Optional<List<V1ListJurisdictionsResponse.Jurisdiction>>jurisdictions()final Optional<String>query()Original search query final JsonField<Long>_found()Returns the raw JSON value of found. final JsonField<String>_hint()Returns the raw JSON value of hint. final JsonField<List<V1ListJurisdictionsResponse.Jurisdiction>>_jurisdictions()Returns the raw JSON value of jurisdictions. final JsonField<String>_query()Returns the raw JSON value of query. final Map<String, JsonValue>_additionalProperties()final V1ListJurisdictionsResponse.BuildertoBuilder()final V1ListJurisdictionsResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1ListJurisdictionsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V1ListJurisdictionsResponse. -
-
Method Detail
-
jurisdictions
final Optional<List<V1ListJurisdictionsResponse.Jurisdiction>> jurisdictions()
-
_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.
-
_hint
final JsonField<String> _hint()
Returns the raw JSON value of hint.
Unlike hint, this method doesn't throw if the JSON field has an unexpected type.
-
_jurisdictions
final JsonField<List<V1ListJurisdictionsResponse.Jurisdiction>> _jurisdictions()
Returns the raw JSON value of jurisdictions.
Unlike jurisdictions, 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 V1ListJurisdictionsResponse.Builder toBuilder()
-
validate
final V1ListJurisdictionsResponse 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 V1ListJurisdictionsResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1ListJurisdictionsResponse.
-
-
-
-