Package com.mypurecloud.sdk.v2.model
Class AgentOwnedRouting
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentOwnedRouting
- All Implemented Interfaces:
Serializable
AgentOwnedRouting
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenableAgentOwnedCallbacks(Boolean enableAgentOwnedCallbacks) Indicates if Agent Owned Callbacks are enabled for the queuebooleaninthashCode()maxOwnedCallbackDelayHours(Integer maxOwnedCallbackDelayHours) The max amount of time a callback can be scheduled out into the future (in hours); Allowable range 1 - 720 hour(s) (inclusive)maxOwnedCallbackHours(Integer maxOwnedCallbackHours) The max amount of time a callback can be owned (in hours); Allowable range 1 - 168 hour(s) (inclusive)voidsetEnableAgentOwnedCallbacks(Boolean enableAgentOwnedCallbacks) voidsetMaxOwnedCallbackDelayHours(Integer maxOwnedCallbackDelayHours) voidsetMaxOwnedCallbackHours(Integer maxOwnedCallbackHours) toString()
-
Constructor Details
-
AgentOwnedRouting
public AgentOwnedRouting() -
AgentOwnedRouting
-
-
Method Details
-
enableAgentOwnedCallbacks
Indicates if Agent Owned Callbacks are enabled for the queue -
getEnableAgentOwnedCallbacks
-
setEnableAgentOwnedCallbacks
-
maxOwnedCallbackHours
The max amount of time a callback can be owned (in hours); Allowable range 1 - 168 hour(s) (inclusive) -
getMaxOwnedCallbackHours
-
setMaxOwnedCallbackHours
-
maxOwnedCallbackDelayHours
The max amount of time a callback can be scheduled out into the future (in hours); Allowable range 1 - 720 hour(s) (inclusive) -
getMaxOwnedCallbackDelayHours
-
setMaxOwnedCallbackDelayHours
-
equals
-
hashCode
public int hashCode() -
toString
-