Class V1ListCourtsParams.Body
-
- All Implemented Interfaces:
public final class V1ListCourtsParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1ListCourtsParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>inUseOnly()Only return courts with available docket data final Optional<String>jurisdiction()Optional jurisdiction code filter (e.g. final Optional<Long>limit()Maximum number of courts to return final Optional<Long>offset()Number of courts to skip before returning results final Optional<String>query()Search by court name or slug (e.g. final JsonField<Boolean>_inUseOnly()Returns the raw JSON value of inUseOnly. final JsonField<String>_jurisdiction()Returns the raw JSON value of jurisdiction. final JsonField<Long>_limit()Returns the raw JSON value of limit. final JsonField<Long>_offset()Returns the raw JSON value of offset. final JsonField<String>_query()Returns the raw JSON value of query. final Map<String, JsonValue>_additionalProperties()final V1ListCourtsParams.Body.BuildertoBuilder()final V1ListCourtsParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1ListCourtsParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
jurisdiction
final Optional<String> jurisdiction()
Optional jurisdiction code filter (e.g. FD for Federal District, F for all Federal, S for State)
-
query
final Optional<String> query()
Search by court name or slug (e.g. "Northern District", "nysd", "ca9")
-
_inUseOnly
final JsonField<Boolean> _inUseOnly()
Returns the raw JSON value of inUseOnly.
Unlike inUseOnly, this method doesn't throw if the JSON field has an unexpected type.
-
_jurisdiction
final JsonField<String> _jurisdiction()
Returns the raw JSON value of jurisdiction.
Unlike jurisdiction, this method doesn't throw if the JSON field has an unexpected type.
-
_limit
final JsonField<Long> _limit()
Returns the raw JSON value of limit.
Unlike limit, this method doesn't throw if the JSON field has an unexpected type.
-
_offset
final JsonField<Long> _offset()
Returns the raw JSON value of offset.
Unlike offset, this method doesn't throw if the JSON field has an unexpected type.
-
_query
final JsonField<String> _query()
Returns the raw JSON value of query.
Unlike query, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1ListCourtsParams.Body.Builder toBuilder()
-
validate
final V1ListCourtsParams.Body validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static V1ListCourtsParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-