Package com.mypurecloud.sdk.v2.model
Class WorkitemStatusCreate
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemStatusCreate
- All Implemented Interfaces:
Serializable
WorkitemStatusCreate
- 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(WorkitemStatusCreate.CategoryEnum category) The Category of the 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) voidsetCategory(WorkitemStatusCreate.CategoryEnum category) 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
-
WorkitemStatusCreate
public WorkitemStatusCreate() -
WorkitemStatusCreate
-
-
Method Details
-
name
The name of the Status. Valid length between 3 and 256 characters. -
getName
-
setName
-
category
The Category of the Status. -
getCategory
-
setCategory
-
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
-