Class FlexMessage

  • All Implemented Interfaces:
    Message

    public final class FlexMessage
    extends java.lang.Object
    implements Message
    Flex message is a message type that allows for building informative message which consists of texts, buttons, images, etc.
    • Method Detail

      • getAltText

        public java.lang.String getAltText()
        Alternative text.
      • getContents

        public FlexContainer getContents()
        Object with the contents of the flex.
      • 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