Record Class ConversationManager.JoinResult.AlreadyInConversation
java.lang.Object
java.lang.Record
org.teleight.teleightbots.conversation.ConversationManager.JoinResult.AlreadyInConversation
- All Implemented Interfaces:
ConversationManager.JoinResult
- Enclosing interface:
ConversationManager.JoinResult
public static record ConversationManager.JoinResult.AlreadyInConversation()
extends Record
implements ConversationManager.JoinResult
Represents a failed join operation due to the user already being in a conversation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ConversationManager.JoinResult
ConversationManager.JoinResult.AlreadyInConversation, ConversationManager.JoinResult.ConversationNotFound, ConversationManager.JoinResult.InstanceConstraintReached, ConversationManager.JoinResult.Success -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aAlreadyInConversationrecord class. -
Method Summary
-
Constructor Details
-
AlreadyInConversation
public AlreadyInConversation()Creates an instance of aAlreadyInConversationrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-