Package com.mypurecloud.sdk.v2.model
Class WorkitemStatusUpdate
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemStatusUpdate
- All Implemented Interfaces:
Serializable
WorkitemStatusUpdate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoTerminateWorkitem(Boolean autoTerminateWorkitem) Terminate workitem on selection of status.defaultDestinationStatusId(String defaultDestinationStatusId) Default destination status to which this Status will transition to if auto status transition enabled.description(String description) The description of the Status.destinationStatusIds(List<String> destinationStatusIds) A list of destination Statuses where a Workitem with this Status can transition to.booleangetName()inthashCode()The name of the Status.voidsetAutoTerminateWorkitem(Boolean autoTerminateWorkitem) voidsetDefaultDestinationStatusId(String defaultDestinationStatusId) voidsetDescription(String description) voidsetDestinationStatusIds(List<String> destinationStatusIds) voidvoidsetStatusTransitionDelaySeconds(Integer statusTransitionDelaySeconds) voidsetStatusTransitionTime(String statusTransitionTime) statusTransitionDelaySeconds(Integer statusTransitionDelaySeconds) Delay in seconds for auto status transition.statusTransitionTime(String statusTransitionTime) Time is represented as an ISO-8601 string without a timezone.toString()
-
Constructor Details
-
WorkitemStatusUpdate
public WorkitemStatusUpdate() -
WorkitemStatusUpdate
-
-
Method Details
-
name
The name of the Status. Valid length between 3 and 256 characters. -
getName
-
setName
-
destinationStatusIds
A list of destination Statuses where a Workitem with this Status can transition to. If the list is empty Workitems with this Status can transition to all other Statuses defined on the Worktype. A Status can have a maximum of 24 destinations. -
getDestinationStatusIds
-
setDestinationStatusIds
-
description
The description of the Status. Maximum length of 512 characters. -
getDescription
-
setDescription
-
defaultDestinationStatusId
Default destination status to which this Status will transition to if auto status transition enabled. -
getDefaultDestinationStatusId
-
setDefaultDestinationStatusId
-
statusTransitionDelaySeconds
Delay in seconds for auto status transition. Required if defaultDestinationStatusId is provided. -
getStatusTransitionDelaySeconds
-
setStatusTransitionDelaySeconds
-
statusTransitionTime
Time is represented as an ISO-8601 string without a timezone. For example: HH:mm:ss.SSS -
getStatusTransitionTime
-
setStatusTransitionTime
-
autoTerminateWorkitem
Terminate workitem on selection of status. Applicable only for statuses in the Closed category. -
getAutoTerminateWorkitem
-
setAutoTerminateWorkitem
-
equals
-
hashCode
public int hashCode() -
toString
-