Package dev.case.api.models.legal.v1
Class V1SecFilingResponse.Filing.Document
-
- All Implemented Interfaces:
public final class V1SecFilingResponse.Filing.Document
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1SecFilingResponse.Filing.Document.BuilderA builder for Document.
-
Method Summary
Modifier and Type Method Description final Optional<String>description()final Optional<String>type()final Optional<String>url()final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<String>_type()Returns the raw JSON value of type. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final V1SecFilingResponse.Filing.Document.BuildertoBuilder()final V1SecFilingResponse.Filing.Documentvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1SecFilingResponse.Filing.Document.Builderbuilder()Returns a mutable builder for constructing an instance of Document. -
-
Method Detail
-
description
final Optional<String> description()
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<String> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1SecFilingResponse.Filing.Document.Builder toBuilder()
-
validate
final V1SecFilingResponse.Filing.Document validate()
-
builder
final static V1SecFilingResponse.Filing.Document.Builder builder()
Returns a mutable builder for constructing an instance of Document.
-
-
-
-