Record Class ConversationManager.JoinResult.ConversationNotFound
java.lang.Object
java.lang.Record
org.teleight.teleightbots.conversation.ConversationManager.JoinResult.ConversationNotFound
- All Implemented Interfaces:
ConversationManager.JoinResult
- Enclosing interface:
ConversationManager.JoinResult
public static record ConversationManager.JoinResult.ConversationNotFound()
extends Record
implements ConversationManager.JoinResult
Represents a failed join operation due to the conversation not being found.
-
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 aConversationNotFoundrecord class. -
Method Summary
-
Constructor Details
-
ConversationNotFound
public ConversationNotFound()Creates an instance of aConversationNotFoundrecord 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.
-