Class FileCitationDeltaAnnotation.FileCitation
-
- All Implemented Interfaces:
public final class FileCitationDeltaAnnotation.FileCitation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileCitationDeltaAnnotation.FileCitation.Builder
A 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.Builder
toBuilder()
final FileCitationDeltaAnnotation.FileCitation
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static FileCitationDeltaAnnotation.FileCitation.Builder
builder()
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()
-
builder
final static FileCitationDeltaAnnotation.FileCitation.Builder builder()
Returns a mutable builder for constructing an instance of FileCitation.
-
-
-
-