Class BetaCacheMissPreviousMessageNotFound
-
- All Implemented Interfaces:
public final class BetaCacheMissPreviousMessageNotFound
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaCacheMissPreviousMessageNotFound.BuilderA builder for BetaCacheMissPreviousMessageNotFound.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("previous_message_not_found")final Map<String, JsonValue>_additionalProperties()final BetaCacheMissPreviousMessageNotFound.BuildertoBuilder()final BetaCacheMissPreviousMessageNotFoundvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaCacheMissPreviousMessageNotFound.Builderbuilder()Returns a mutable builder for constructing an instance of BetaCacheMissPreviousMessageNotFound. -
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("previous_message_not_found")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaCacheMissPreviousMessageNotFound.Builder toBuilder()
-
validate
final BetaCacheMissPreviousMessageNotFound 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 BetaCacheMissPreviousMessageNotFound.Builder builder()
Returns a mutable builder for constructing an instance of BetaCacheMissPreviousMessageNotFound.
-
-
-
-