Package com.mypurecloud.sdk.v2.model
Class ActionTarget
java.lang.Object
com.mypurecloud.sdk.v2.model.ActionTarget
- All Implemented Interfaces:
Serializable
ActionTarget
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates the state of the target.static enumGets or Sets supportedMediaTypes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(Date createdDate) The date the target was created.description(String description) Description of the target.booleangetId()getName()getState()inthashCode()modifiedDate(Date modifiedDate) The date the target was last modified.serviceLevel(ServiceLevel serviceLevel) Service Level of the action target.voidsetCreatedDate(Date createdDate) voidsetDescription(String description) voidsetModifiedDate(Date modifiedDate) voidvoidsetServiceLevel(ServiceLevel serviceLevel) voidsetShortAbandonThreshold(Integer shortAbandonThreshold) voidsetState(ActionTarget.StateEnum state) voidsetSupportedMediaTypes(List<ActionTarget.SupportedMediaTypesEnum> supportedMediaTypes) voidsetUserData(List<KeyValue> userData) shortAbandonThreshold(Integer shortAbandonThreshold) Indicates the non-default short abandon thresholdstate(ActionTarget.StateEnum state) Indicates the state of the target.supportedMediaTypes(List<ActionTarget.SupportedMediaTypesEnum> supportedMediaTypes) Supported media types of the target.toString()Additional user data associated with the target in key/value format.
-
Constructor Details
-
ActionTarget
public ActionTarget() -
ActionTarget
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
userData
Additional user data associated with the target in key/value format. -
getUserData
-
setUserData
-
supportedMediaTypes
public ActionTarget supportedMediaTypes(List<ActionTarget.SupportedMediaTypesEnum> supportedMediaTypes) Supported media types of the target. -
getSupportedMediaTypes
-
setSupportedMediaTypes
-
state
Indicates the state of the target. -
getState
-
setState
-
description
Description of the target. -
getDescription
-
setDescription
-
serviceLevel
Service Level of the action target. Chat offers for the target will be throttled with the aim of achieving this service level. -
getServiceLevel
-
setServiceLevel
-
shortAbandonThreshold
Indicates the non-default short abandon threshold -
getShortAbandonThreshold
-
setShortAbandonThreshold
-
getSelfUri
-
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
-
setCreatedDate
-
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
-
setModifiedDate
-
equals
-
hashCode
public int hashCode() -
toString
-