Class V1ListCourtsParams
-
- All Implemented Interfaces:
-
dev.case.api.core.Params
public final class V1ListCourtsParams implements Params
Returns CourtListener court IDs and names for docket filtering. Use these IDs in legal.docket() as the court parameter.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1ListCourtsParams.BuilderA builder for V1ListCourtsParams.
public final classV1ListCourtsParams.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>_additionalBodyProperties()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final V1ListCourtsParams.BuildertoBuilder()final V1ListCourtsParams.Body_body()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1ListCourtsParamsnone()final static V1ListCourtsParams.Builderbuilder()Returns a mutable builder for constructing an instance of V1ListCourtsParams. -
-
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.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final V1ListCourtsParams.Builder toBuilder()
-
_body
final V1ListCourtsParams.Body _body()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static V1ListCourtsParams none()
-
builder
final static V1ListCourtsParams.Builder builder()
Returns a mutable builder for constructing an instance of V1ListCourtsParams.
-
-
-
-