Package dev.case.api.models.legal.v1
Class V1VerifyParams.Body
-
- All Implemented Interfaces:
public final class V1VerifyParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1VerifyParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Stringtext()Text containing citations to verify. final JsonField<String>_text()Returns the raw JSON value of text. final Map<String, JsonValue>_additionalProperties()final V1VerifyParams.Body.BuildertoBuilder()final V1VerifyParams.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 V1VerifyParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
text
final String text()
Text containing citations to verify. Can be a single citation (e.g., "531 U.S. 98") or a full document with multiple citations.
-
_text
final JsonField<String> _text()
Returns the raw JSON value of text.
Unlike text, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1VerifyParams.Body.Builder toBuilder()
-
validate
final V1VerifyParams.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 V1VerifyParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.text()
-
-
-
-