Class ConversationResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.ConversationResponse
-
public class ConversationResponse extends java.lang.ObjectConversationResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_CONVERSATION
-
Constructor Summary
Constructors Constructor Description ConversationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConversationResponseconversation(Conversation conversation)booleanequals(java.lang.Object o)ConversationgetConversation()The conversation.inthashCode()voidsetConversation(Conversation 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 ConversationResponse conversation(Conversation conversation)
-
getConversation
@Nullable public Conversation getConversation()
The conversation.- Returns:
- conversation
-
setConversation
public void setConversation(Conversation 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
-
-