Package dev.case.api.models.legal.v1
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
-
-
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()
-
builder
final static V1ListJurisdictionsResponse.Jurisdiction.Builder builder()
Returns a mutable builder for constructing an instance of Jurisdiction.
-
-
-
-