Class V1ListJurisdictionsResponse.Jurisdiction
-
- All Implemented Interfaces:
public final class V1ListJurisdictionsResponse.Jurisdiction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1ListJurisdictionsResponse.Jurisdiction.BuilderA builder for Jurisdiction.
public final classV1ListJurisdictionsResponse.Jurisdiction.LevelJurisdiction level
-
Method Summary
Modifier and Type Method Description final Optional<String>id()Jurisdiction ID to use in other endpoints final Optional<V1ListJurisdictionsResponse.Jurisdiction.Level>level()Jurisdiction level final Optional<String>name()Full jurisdiction name final Optional<String>state()State abbreviation (if applicable) final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<V1ListJurisdictionsResponse.Jurisdiction.Level>_level()Returns the raw JSON value of level. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_state()Returns the raw JSON value of state. final Map<String, JsonValue>_additionalProperties()final V1ListJurisdictionsResponse.Jurisdiction.BuildertoBuilder()final V1ListJurisdictionsResponse.Jurisdictionvalidate()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.Jurisdiction.Builderbuilder()Returns a mutable builder for constructing an instance of Jurisdiction. -
-
Method Detail
-
level
final Optional<V1ListJurisdictionsResponse.Jurisdiction.Level> level()
Jurisdiction level
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_level
final JsonField<V1ListJurisdictionsResponse.Jurisdiction.Level> _level()
Returns the raw JSON value of level.
Unlike level, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_state
final JsonField<String> _state()
Returns the raw JSON value of state.
Unlike state, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1ListJurisdictionsResponse.Jurisdiction.Builder toBuilder()
-
validate
final V1ListJurisdictionsResponse.Jurisdiction 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.Jurisdiction.Builder builder()
Returns a mutable builder for constructing an instance of Jurisdiction.
-
-
-
-