Class ActionTarget

java.lang.Object
com.mypurecloud.sdk.v2.model.ActionTarget
All Implemented Interfaces:
Serializable

public class ActionTarget extends Object implements Serializable
ActionTarget
See Also:
  • Constructor Details

    • ActionTarget

      public ActionTarget()
    • ActionTarget

      public ActionTarget(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public ActionTarget name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • userData

      public ActionTarget userData(List<KeyValue> userData)
      Additional user data associated with the target in key/value format.
    • getUserData

      public List<KeyValue> getUserData()
    • setUserData

      public void setUserData(List<KeyValue> userData)
    • supportedMediaTypes

      public ActionTarget supportedMediaTypes(List<ActionTarget.SupportedMediaTypesEnum> supportedMediaTypes)
      Supported media types of the target.
    • getSupportedMediaTypes

      public List<ActionTarget.SupportedMediaTypesEnum> getSupportedMediaTypes()
    • setSupportedMediaTypes

      public void setSupportedMediaTypes(List<ActionTarget.SupportedMediaTypesEnum> supportedMediaTypes)
    • state

      public ActionTarget state(ActionTarget.StateEnum state)
      Indicates the state of the target.
    • getState

      public ActionTarget.StateEnum getState()
    • setState

      public void setState(ActionTarget.StateEnum state)
    • description

      public ActionTarget description(String description)
      Description of the target.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • serviceLevel

      public ActionTarget serviceLevel(ServiceLevel serviceLevel)
      Service Level of the action target. Chat offers for the target will be throttled with the aim of achieving this service level.
    • getServiceLevel

      public ServiceLevel getServiceLevel()
    • setServiceLevel

      public void setServiceLevel(ServiceLevel serviceLevel)
    • shortAbandonThreshold

      public ActionTarget shortAbandonThreshold(Integer shortAbandonThreshold)
      Indicates the non-default short abandon threshold
    • getShortAbandonThreshold

      public Integer getShortAbandonThreshold()
    • setShortAbandonThreshold

      public void setShortAbandonThreshold(Integer shortAbandonThreshold)
    • getSelfUri

      public String getSelfUri()
    • createdDate

      public ActionTarget createdDate(Date createdDate)
      The date the target was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
    • modifiedDate

      public ActionTarget modifiedDate(Date modifiedDate)
      The date the target was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getModifiedDate

      public Date getModifiedDate()
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object