Class BetaRawMessageStopEvent
-
- All Implemented Interfaces:
public final class BetaRawMessageStopEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaRawMessageStopEvent.BuilderA builder for BetaRawMessageStopEvent.
-
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("message_stop")final Map<String, JsonValue>_additionalProperties()final BetaRawMessageStopEvent.BuildertoBuilder()final BetaRawMessageStopEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaRawMessageStopEvent.Builderbuilder()Returns a mutable builder for constructing an instance of BetaRawMessageStopEvent. -
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("message_stop")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 BetaRawMessageStopEvent.Builder toBuilder()
-
validate
final BetaRawMessageStopEvent validate()
-
builder
final static BetaRawMessageStopEvent.Builder builder()
Returns a mutable builder for constructing an instance of BetaRawMessageStopEvent.
-
-
-
-