Class V1ListJurisdictionsResponse.Jurisdiction.Builder
-
- All Implemented Interfaces:
public final class V1ListJurisdictionsResponse.Jurisdiction.BuilderA builder for Jurisdiction.
-
-
Method Summary
-
-
Method Detail
-
id
final V1ListJurisdictionsResponse.Jurisdiction.Builder id(String id)
Jurisdiction ID to use in other endpoints
-
id
final V1ListJurisdictionsResponse.Jurisdiction.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
level
final V1ListJurisdictionsResponse.Jurisdiction.Builder level(V1ListJurisdictionsResponse.Jurisdiction.Level level)
Jurisdiction level
-
level
final V1ListJurisdictionsResponse.Jurisdiction.Builder level(JsonField<V1ListJurisdictionsResponse.Jurisdiction.Level> level)
Sets Builder.level to an arbitrary JSON value.
You should usually call Builder.level with a well-typed Level value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final V1ListJurisdictionsResponse.Jurisdiction.Builder name(String name)
Full jurisdiction name
-
name
final V1ListJurisdictionsResponse.Jurisdiction.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
state
final V1ListJurisdictionsResponse.Jurisdiction.Builder state(String state)
State abbreviation (if applicable)
-
state
final V1ListJurisdictionsResponse.Jurisdiction.Builder state(Optional<String> state)
Alias for calling Builder.state with
state.orElse(null).
-
state
final V1ListJurisdictionsResponse.Jurisdiction.Builder state(JsonField<String> state)
Sets Builder.state to an arbitrary JSON value.
You should usually call Builder.state with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1ListJurisdictionsResponse.Jurisdiction.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1ListJurisdictionsResponse.Jurisdiction.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1ListJurisdictionsResponse.Jurisdiction.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1ListJurisdictionsResponse.Jurisdiction.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1ListJurisdictionsResponse.Jurisdiction.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1ListJurisdictionsResponse.Jurisdiction build()
Returns an immutable instance of Jurisdiction.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-