Class ConversationRemoveEventAllOfPayload
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.ConversationRemoveEventAllOfPayload
-
public class ConversationRemoveEventAllOfPayload extends java.lang.ObjectThe payload of the event. The contents of this object depend on the type of event.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_CONVERSATION
-
Constructor Summary
Constructors Constructor Description ConversationRemoveEventAllOfPayload()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversationRemoveEventAllOfPayloadconversation(ConversationTruncated conversation)booleanequals(java.lang.Object o)ConversationTruncatedgetConversation()The conversation that was deleted.inthashCode()voidsetConversation(ConversationTruncated conversation)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONVERSATION
public static final java.lang.String JSON_PROPERTY_CONVERSATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
conversation
public ConversationRemoveEventAllOfPayload conversation(ConversationTruncated conversation)
-
getConversation
@Nullable public ConversationTruncated getConversation()
The conversation that was deleted.- Returns:
- conversation
-
setConversation
public void setConversation(ConversationTruncated conversation)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-