Class BetaCitationConfig
-
- All Implemented Interfaces:
public final class BetaCitationConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaCitationConfig.BuilderA builder for BetaCitationConfig.
-
Method Summary
Modifier and Type Method Description final Booleanenabled()final JsonField<Boolean>_enabled()Returns the raw JSON value of enabled. final Map<String, JsonValue>_additionalProperties()final BetaCitationConfig.BuildertoBuilder()final BetaCitationConfigvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaCitationConfig.Builderbuilder()Returns a mutable builder for constructing an instance of BetaCitationConfig. -
-
Method Detail
-
_enabled
final JsonField<Boolean> _enabled()
Returns the raw JSON value of enabled.
Unlike enabled, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaCitationConfig.Builder toBuilder()
-
validate
final BetaCitationConfig 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 BetaCitationConfig.Builder builder()
Returns a mutable builder for constructing an instance of BetaCitationConfig.
The following fields are required:
.enabled()
-
-
-
-