Class ConversationMessageDeliveryPayloadDestination


  • public class ConversationMessageDeliveryPayloadDestination
    extends java.lang.Object
    A nested object representing the destination of the message.
    • Field Detail

      • JSON_PROPERTY_TYPE

        public static final java.lang.String JSON_PROPERTY_TYPE
        See Also:
        Constant Field Values
      • JSON_PROPERTY_INTEGRATION_ID

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

      • ConversationMessageDeliveryPayloadDestination

        public ConversationMessageDeliveryPayloadDestination()
    • Method Detail

      • getType

        @Nullable
        public java.lang.String getType()
        An identifier for the channel to which a message was sent to. May include one of \"web\", \"ios\", \"android\", \"messenger\", \"viber\", \"telegram\", \"wechat\", \"line\", \"twilio\", \"api\", \"notification\", or any other channel.
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
      • getIntegrationId

        @Nullable
        public java.lang.String getIntegrationId()
        Identifier indicating which integration the message was sent to.
        Returns:
        integrationId
      • setIntegrationId

        public void setIntegrationId​(java.lang.String integrationId)
      • 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