Class V1ListCourtsResponse.Builder
-
- All Implemented Interfaces:
public final class V1ListCourtsResponse.BuilderA builder for V1ListCourtsResponse.
-
-
Method Summary
-
-
Method Detail
-
courts
final V1ListCourtsResponse.Builder courts(List<V1ListCourtsResponse.Court> courts)
-
courts
final V1ListCourtsResponse.Builder courts(JsonField<List<V1ListCourtsResponse.Court>> courts)
Sets Builder.courts to an arbitrary JSON value.
You should usually call Builder.courts with a well-typed
List<Court>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addCourt
final V1ListCourtsResponse.Builder addCourt(V1ListCourtsResponse.Court court)
-
found
final V1ListCourtsResponse.Builder found(Long found)
-
found
final V1ListCourtsResponse.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.
-
inUseOnly
final V1ListCourtsResponse.Builder inUseOnly(Boolean inUseOnly)
Whether results are filtered to in-use courts only
-
inUseOnly
final V1ListCourtsResponse.Builder inUseOnly(JsonField<Boolean> inUseOnly)
Sets Builder.inUseOnly to an arbitrary JSON value.
You should usually call Builder.inUseOnly with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
jurisdiction
final V1ListCourtsResponse.Builder jurisdiction(String jurisdiction)
-
jurisdiction
final V1ListCourtsResponse.Builder jurisdiction(Optional<String> jurisdiction)
Alias for calling Builder.jurisdiction with
jurisdiction.orElse(null).
-
jurisdiction
final V1ListCourtsResponse.Builder jurisdiction(JsonField<String> jurisdiction)
Sets Builder.jurisdiction to an arbitrary JSON value.
You should usually call Builder.jurisdiction with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
query
final V1ListCourtsResponse.Builder query(String query)
-
query
final V1ListCourtsResponse.Builder query(Optional<String> query)
Alias for calling Builder.query with
query.orElse(null).
-
query
final V1ListCourtsResponse.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 V1ListCourtsResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1ListCourtsResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1ListCourtsResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1ListCourtsResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1ListCourtsResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1ListCourtsResponse build()
Returns an immutable instance of V1ListCourtsResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-