Class ConversationRemoveEventAllOfPayload


  • public class ConversationRemoveEventAllOfPayload
    extends java.lang.Object
    The payload of the event. The contents of this object depend on the type of event.
    • Field Detail

      • JSON_PROPERTY_CONVERSATION

        public static final java.lang.String JSON_PROPERTY_CONVERSATION
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConversationRemoveEventAllOfPayload

        public ConversationRemoveEventAllOfPayload()
    • Method Detail

      • getConversation

        @Nullable
        public ConversationTruncated getConversation()
        The conversation that was deleted.
        Returns:
        conversation
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object