Class V1ListJurisdictionsResponse.Builder
-
- All Implemented Interfaces:
public final class V1ListJurisdictionsResponse.BuilderA builder for V1ListJurisdictionsResponse.
-
-
Method Summary
-
-
Method Detail
-
found
final V1ListJurisdictionsResponse.Builder found(Long found)
Number of matching jurisdictions
-
found
final V1ListJurisdictionsResponse.Builder found(JsonField<Long> found)
Sets Builder.found to an arbitrary JSON value.
You should usually call Builder.found with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
hint
final V1ListJurisdictionsResponse.Builder hint(String hint)
Usage guidance
-
hint
final V1ListJurisdictionsResponse.Builder hint(JsonField<String> hint)
Sets Builder.hint to an arbitrary JSON value.
You should usually call Builder.hint with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
jurisdictions
final V1ListJurisdictionsResponse.Builder jurisdictions(List<V1ListJurisdictionsResponse.Jurisdiction> jurisdictions)
-
jurisdictions
final V1ListJurisdictionsResponse.Builder jurisdictions(JsonField<List<V1ListJurisdictionsResponse.Jurisdiction>> jurisdictions)
Sets Builder.jurisdictions to an arbitrary JSON value.
You should usually call Builder.jurisdictions with a well-typed
List<Jurisdiction>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addJurisdiction
final V1ListJurisdictionsResponse.Builder addJurisdiction(V1ListJurisdictionsResponse.Jurisdiction jurisdiction)
Adds a single Jurisdiction to jurisdictions.
-
query
final V1ListJurisdictionsResponse.Builder query(String query)
Original search query
-
query
final V1ListJurisdictionsResponse.Builder query(JsonField<String> query)
Sets Builder.query to an arbitrary JSON value.
You should usually call Builder.query 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.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1ListJurisdictionsResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1ListJurisdictionsResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1ListJurisdictionsResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1ListJurisdictionsResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1ListJurisdictionsResponse build()
Returns an immutable instance of V1ListJurisdictionsResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-