Class FormResponseMessageFieldAllOf


  • public class FormResponseMessageFieldAllOf
    extends java.lang.Object
    Properties that can be expected to receive inside a form response message field.
    • Field Detail

      • JSON_PROPERTY_QUOTED_MESSAGE_ID

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

      • FormResponseMessageFieldAllOf

        public FormResponseMessageFieldAllOf()
    • Method Detail

      • 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:
        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