Package com.mypurecloud.sdk.v2.model
Class WorkitemStatus
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemStatus
- All Implemented Interfaces:
Serializable
WorkitemStatus
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Category of the Status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoTerminateWorkitem(Boolean autoTerminateWorkitem) Terminate workitem on selection of status.category(WorkitemStatus.CategoryEnum category) The Category of the Status.defaultDestinationStatus(WorkitemStatusReference defaultDestinationStatus) Default destination status to which this Status will transition to if auto status transition enabled.description(String description) The description of the Status.destinationStatuses(List<WorkitemStatusReference> destinationStatuses) The Statuses the Status can transition to.booleangetId()getName()inthashCode()voidsetAutoTerminateWorkitem(Boolean autoTerminateWorkitem) voidsetCategory(WorkitemStatus.CategoryEnum category) voidsetDefaultDestinationStatus(WorkitemStatusReference defaultDestinationStatus) voidsetDescription(String description) voidsetDestinationStatuses(List<WorkitemStatusReference> destinationStatuses) voidvoidsetStatusTransitionDelaySeconds(Integer statusTransitionDelaySeconds) voidsetStatusTransitionTime(String statusTransitionTime) voidsetWorktype(WorktypeReference worktype) statusTransitionDelaySeconds(Integer statusTransitionDelaySeconds) Delay in seconds for auto status transitionstatusTransitionTime(String statusTransitionTime) Time is represented as an ISO-8601 string without a timezone.toString()worktype(WorktypeReference worktype) The Worktype containing the Status.
-
Constructor Details
-
WorkitemStatus
public WorkitemStatus() -
WorkitemStatus
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
category
The Category of the Status. -
getCategory
-
setCategory
-
destinationStatuses
The Statuses the Status can transition to. -
getDestinationStatuses
-
setDestinationStatuses
-
description
The description of the Status. -
getDescription
-
setDescription
-
defaultDestinationStatus
Default destination status to which this Status will transition to if auto status transition enabled. -
getDefaultDestinationStatus
-
setDefaultDestinationStatus
-
statusTransitionDelaySeconds
Delay in seconds for auto status transition -
getStatusTransitionDelaySeconds
-
setStatusTransitionDelaySeconds
-
statusTransitionTime
Time is represented as an ISO-8601 string without a timezone. For example: HH:mm:ss.SSS -
getStatusTransitionTime
-
setStatusTransitionTime
-
worktype
The Worktype containing the Status. -
getWorktype
-
setWorktype
-
autoTerminateWorkitem
Terminate workitem on selection of status. Applicable only for statuses in the Closed category. -
getAutoTerminateWorkitem
-
setAutoTerminateWorkitem
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-