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