Class V1ListCourtsParams.Body.Builder
-
- All Implemented Interfaces:
public final class V1ListCourtsParams.Body.BuilderA builder for Body.
-
-
Method Summary
-
-
Method Detail
-
inUseOnly
final V1ListCourtsParams.Body.Builder inUseOnly(Boolean inUseOnly)
Only return courts currently in use by CourtListener
-
inUseOnly
final V1ListCourtsParams.Body.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 V1ListCourtsParams.Body.Builder jurisdiction(String jurisdiction)
Optional CourtListener jurisdiction code filter (e.g. FD, F, S)
-
jurisdiction
final V1ListCourtsParams.Body.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.
-
limit
final V1ListCourtsParams.Body.Builder limit(Long limit)
-
limit
final V1ListCourtsParams.Body.Builder limit(JsonField<Long> limit)
Sets Builder.limit to an arbitrary JSON value.
You should usually call Builder.limit with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
offset
final V1ListCourtsParams.Body.Builder offset(Long offset)
-
offset
final V1ListCourtsParams.Body.Builder offset(JsonField<Long> offset)
Sets Builder.offset to an arbitrary JSON value.
You should usually call Builder.offset with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
query
final V1ListCourtsParams.Body.Builder query(String query)
Search by court name or slug (e.g. "Northern District", "nysd", "ca9")
-
query
final V1ListCourtsParams.Body.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 V1ListCourtsParams.Body.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1ListCourtsParams.Body.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1ListCourtsParams.Body.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1ListCourtsParams.Body.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1ListCourtsParams.Body.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1ListCourtsParams.Body build()
Returns an immutable instance of Body.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-