Class V1FindParams
-
- All Implemented Interfaces:
-
dev.case.api.core.Params
public final class V1FindParams implements Params
Search for legal sources including cases, statutes, and regulations from authoritative legal databases. Returns ranked candidates. Always verify with legal.verify() before citing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1FindParams.BuilderA builder for V1FindParams.
public final classV1FindParams.Body
-
Method Summary
Modifier and Type Method Description final Stringquery()Search query (e.g. final Optional<String>jurisdiction()Optional jurisdiction ID from resolveJurisdiction (e.g. final Optional<Long>numResults()Number of results 1-25 (default: 10) final JsonField<String>_query()Returns the raw JSON value of query. final JsonField<String>_jurisdiction()Returns the raw JSON value of jurisdiction. final JsonField<Long>_numResults()Returns the raw JSON value of numResults. 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 V1FindParams.BuildertoBuilder()final V1FindParams.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 V1FindParams.Builderbuilder()Returns a mutable builder for constructing an instance of V1FindParams. -
-
Method Detail
-
jurisdiction
final Optional<String> jurisdiction()
Optional jurisdiction ID from resolveJurisdiction (e.g., "california", "us-federal")
-
numResults
final Optional<Long> numResults()
Number of results 1-25 (default: 10)
-
_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.
-
_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.
-
_numResults
final JsonField<Long> _numResults()
Returns the raw JSON value of numResults.
Unlike numResults, 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 V1FindParams.Builder toBuilder()
-
_body
final V1FindParams.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.
-
builder
final static V1FindParams.Builder builder()
Returns a mutable builder for constructing an instance of V1FindParams.
The following fields are required:
.query()
-
-
-
-