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 currently in use by CourtListener final Optional<String>jurisdiction()Optional CourtListener jurisdiction code filter (e.g. final Optional<Long>limit()final Optional<Long>offset()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()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 CourtListener jurisdiction code filter (e.g. FD, F, S)
-
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()
-
builder
final static V1ListCourtsParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-