Class TransferToEmail

    • Constructor Summary

      Constructors 
      Constructor Description
      TransferToEmail()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TransferToEmail data​(java.util.Map<java.lang.String,​java.lang.Object> data)  
      boolean equals​(java.lang.Object o)  
      java.util.Map<java.lang.String,​java.lang.Object> getData()
      No additional data is supplied with the \"ticket:transfer:email\" activity type at this time.
      java.lang.String getType()
      The type of system activity that generated the message.
      int hashCode()  
      TransferToEmail putDataItem​(java.lang.String key, java.lang.Object dataItem)  
      void setData​(java.util.Map<java.lang.String,​java.lang.Object> data)  
      void setType​(java.lang.String type)  
      java.lang.String toString()  
      TransferToEmail type​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • JSON_PROPERTY_TYPE

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

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

      • TransferToEmail

        public TransferToEmail()
    • Method Detail

      • getType

        public java.lang.String getType()
        The type of system activity that generated the message. The value of this field determines the dynamic content that is rendered to the end-user / agent when viewing this message. Each `type` value will have a set of pre-defined, localized strings that describe the activity.
        Specified by:
        getType in interface ActivityMessage
        Returns:
        type
      • setType

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

        public TransferToEmail data​(java.util.Map<java.lang.String,​java.lang.Object> data)
      • putDataItem

        public TransferToEmail putDataItem​(java.lang.String key,
                                           java.lang.Object dataItem)
      • getData

        @Nullable
        public java.util.Map<java.lang.String,​java.lang.Object> getData()
        No additional data is supplied with the \"ticket:transfer:email\" activity type at this time.
        Returns:
        data
      • setData

        public void setData​(java.util.Map<java.lang.String,​java.lang.Object> data)
      • 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