Class FormResponseMessageFieldAllOf
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.FormResponseMessageFieldAllOf
-
public class FormResponseMessageFieldAllOf extends java.lang.ObjectProperties that can be expected to receive inside a form response message field.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_QUOTED_MESSAGE_ID
-
Constructor Summary
Constructors Constructor Description FormResponseMessageFieldAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetQuotedMessageId()The messageId for the form that this response belongs to.inthashCode()FormResponseMessageFieldAllOfquotedMessageId(java.lang.String quotedMessageId)voidsetQuotedMessageId(java.lang.String quotedMessageId)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_QUOTED_MESSAGE_ID
public static final java.lang.String JSON_PROPERTY_QUOTED_MESSAGE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
quotedMessageId
public FormResponseMessageFieldAllOf quotedMessageId(java.lang.String quotedMessageId)
-
getQuotedMessageId
@Nullable public java.lang.String getQuotedMessageId()
The messageId for the form that this response belongs to.- Returns:
- quotedMessageId
-
setQuotedMessageId
public void setQuotedMessageId(java.lang.String quotedMessageId)
-
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
-
-