Package dev.case.api.models.legal.v1
Class V1VerifyResponse
-
- All Implemented Interfaces:
public final class V1VerifyResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1VerifyResponse.BuilderA builder for V1VerifyResponse.
public final classV1VerifyResponse.Citationpublic final classV1VerifyResponse.Summary
-
Method Summary
Modifier and Type Method Description final Optional<List<V1VerifyResponse.Citation>>citations()final Optional<V1VerifyResponse.Summary>summary()final JsonField<List<V1VerifyResponse.Citation>>_citations()Returns the raw JSON value of citations. final JsonField<V1VerifyResponse.Summary>_summary()Returns the raw JSON value of summary. final Map<String, JsonValue>_additionalProperties()final V1VerifyResponse.BuildertoBuilder()final V1VerifyResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1VerifyResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V1VerifyResponse. -
-
Method Detail
-
citations
final Optional<List<V1VerifyResponse.Citation>> citations()
-
summary
final Optional<V1VerifyResponse.Summary> summary()
-
_citations
final JsonField<List<V1VerifyResponse.Citation>> _citations()
Returns the raw JSON value of citations.
Unlike citations, this method doesn't throw if the JSON field has an unexpected type.
-
_summary
final JsonField<V1VerifyResponse.Summary> _summary()
Returns the raw JSON value of summary.
Unlike summary, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1VerifyResponse.Builder toBuilder()
-
validate
final V1VerifyResponse validate()
-
builder
final static V1VerifyResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1VerifyResponse.
-
-
-
-