Class FileCitationDeltaAnnotation.FileCitation
-
- All Implemented Interfaces:
public final class FileCitationDeltaAnnotation.FileCitation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileCitationDeltaAnnotation.FileCitation.BuilderA builder for FileCitation.
-
Method Summary
Modifier and Type Method Description final Optional<String>fileId()The ID of the specific File the citation is from. final Optional<String>quote()The specific quote in the file. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_quote()Returns the raw JSON value of quote. final Map<String, JsonValue>_additionalProperties()final FileCitationDeltaAnnotation.FileCitation.BuildertoBuilder()final FileCitationDeltaAnnotation.FileCitationvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FileCitationDeltaAnnotation.FileCitation.Builderbuilder()Returns a mutable builder for constructing an instance of FileCitation. -
-
Method Detail
-
_fileId
final JsonField<String> _fileId()
Returns the raw JSON value of fileId.
Unlike fileId, this method doesn't throw if the JSON field has an unexpected type.
-
_quote
final JsonField<String> _quote()
Returns the raw JSON value of quote.
Unlike quote, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FileCitationDeltaAnnotation.FileCitation.Builder toBuilder()
-
validate
final FileCitationDeltaAnnotation.FileCitation 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 FileCitationDeltaAnnotation.FileCitation.Builder builder()
Returns a mutable builder for constructing an instance of FileCitation.
-
-
-
-