Class FileCitationAnnotation.FileCitation
-
- All Implemented Interfaces:
public final class FileCitationAnnotation.FileCitation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileCitationAnnotation.FileCitation.BuilderA builder for FileCitation.
-
Method Summary
Modifier and Type Method Description final StringfileId()The ID of the specific File the citation is from. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final Map<String, JsonValue>_additionalProperties()final FileCitationAnnotation.FileCitation.BuildertoBuilder()final FileCitationAnnotation.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 FileCitationAnnotation.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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final FileCitationAnnotation.FileCitation.Builder toBuilder()
-
validate
final FileCitationAnnotation.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 FileCitationAnnotation.FileCitation.Builder builder()
Returns a mutable builder for constructing an instance of FileCitation.
The following fields are required:
.fileId()
-
-
-
-