Class V1GetFullTextParams.Body
-
- All Implemented Interfaces:
public final class V1GetFullTextParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1GetFullTextParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Stringurl()URL of the verified legal document final Optional<String>highlightQuery()Optional query to extract relevant highlights (e.g., "What is the holding? final Optional<Long>maxCharacters()Maximum characters to return (default: 10000, max: 50000) final Optional<String>summaryQuery()Optional query for generating a summary (e.g. final JsonField<String>_url()Returns the raw JSON value of url. final JsonField<String>_highlightQuery()Returns the raw JSON value of highlightQuery. final JsonField<Long>_maxCharacters()Returns the raw JSON value of maxCharacters. final JsonField<String>_summaryQuery()Returns the raw JSON value of summaryQuery. final Map<String, JsonValue>_additionalProperties()final V1GetFullTextParams.Body.BuildertoBuilder()final V1GetFullTextParams.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 V1GetFullTextParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
highlightQuery
final Optional<String> highlightQuery()
Optional query to extract relevant highlights (e.g., "What is the holding?")
-
maxCharacters
final Optional<Long> maxCharacters()
Maximum characters to return (default: 10000, max: 50000)
-
summaryQuery
final Optional<String> summaryQuery()
Optional query for generating a summary (e.g., "Summarize the key ruling")
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_highlightQuery
final JsonField<String> _highlightQuery()
Returns the raw JSON value of highlightQuery.
Unlike highlightQuery, this method doesn't throw if the JSON field has an unexpected type.
-
_maxCharacters
final JsonField<Long> _maxCharacters()
Returns the raw JSON value of maxCharacters.
Unlike maxCharacters, this method doesn't throw if the JSON field has an unexpected type.
-
_summaryQuery
final JsonField<String> _summaryQuery()
Returns the raw JSON value of summaryQuery.
Unlike summaryQuery, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1GetFullTextParams.Body.Builder toBuilder()
-
validate
final V1GetFullTextParams.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 V1GetFullTextParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.url()
-
-
-
-