Package com.mypurecloud.sdk.v2.model
Class InactivityTimeoutSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.InactivityTimeoutSettings
- All Implemented Interfaces:
Serializable
InactivityTimeoutSettings
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAction to take when timeout occurs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionType(InactivityTimeoutSettings.ActionTypeEnum actionType) Action to take when timeout occursbooleanflowId(DomainEntityRef flowId) Flow ID for architect flow actioninthashCode()voidvoidsetFlowId(DomainEntityRef flowId) voidsetTimeoutSeconds(Integer timeoutSeconds) timeoutSeconds(Integer timeoutSeconds) Timeout in seconds for inactivity on the interactiontoString()
-
Constructor Details
-
InactivityTimeoutSettings
public InactivityTimeoutSettings() -
InactivityTimeoutSettings
-
-
Method Details
-
timeoutSeconds
Timeout in seconds for inactivity on the interaction -
getTimeoutSeconds
-
setTimeoutSeconds
-
actionType
Action to take when timeout occurs -
getActionType
-
setActionType
-
flowId
Flow ID for architect flow action -
getFlowId
-
setFlowId
-
equals
-
hashCode
public int hashCode() -
toString
-