Class BetaCitationsDelta
-
- All Implemented Interfaces:
public final class BetaCitationsDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaCitationsDelta.BuilderA builder for BetaCitationsDelta.
public final classBetaCitationsDelta.Citation
-
Method Summary
Modifier and Type Method Description final BetaCitationsDelta.Citationcitation()final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("citations_delta")final JsonField<BetaCitationsDelta.Citation>_citation()Returns the raw JSON value of citation. final Map<String, JsonValue>_additionalProperties()final BetaCitationsDelta.BuildertoBuilder()final BetaCitationsDeltavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaCitationsDelta.Builderbuilder()Returns a mutable builder for constructing an instance of BetaCitationsDelta. -
-
Method Detail
-
citation
final BetaCitationsDelta.Citation citation()
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("citations_delta")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_citation
final JsonField<BetaCitationsDelta.Citation> _citation()
Returns the raw JSON value of citation.
Unlike citation, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaCitationsDelta.Builder toBuilder()
-
validate
final BetaCitationsDelta 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 BetaCitationsDelta.Builder builder()
Returns a mutable builder for constructing an instance of BetaCitationsDelta.
The following fields are required:
.citation()
-
-
-
-