Package com.mypurecloud.sdk.v2.model
Class WorktypeVersion
java.lang.Object
com.mypurecloud.sdk.v2.model.WorktypeVersion
- All Implemented Interfaces:
Serializable
WorktypeVersion
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignmentEnabled(Boolean assignmentEnabled) When set to true, Workitems will be sent to the queue of the Worktype as they are created.dateCreated(Date dateCreated) The creation date of the Worktype.dateModified(Date dateModified) The modified date of the Worktype.defaultDueDurationSeconds(Integer defaultDueDurationSeconds) The default due duration in seconds for Workitems created from the Worktype.defaultDurationSeconds(Integer defaultDurationSeconds) The default duration in seconds for Workitems created from the Worktype.defaultExpirationSeconds(Integer defaultExpirationSeconds) The default expiration time in seconds for Workitems created from the Worktype.defaultLanguage(LanguageReference defaultLanguage) The default language for Workitems created from the Worktype.defaultPriority(Integer defaultPriority) The default priority for Workitems created from the Worktype.defaultQueue(WorkitemQueueReference defaultQueue) The default queue for Workitems created from the Worktype.defaultScript(WorkitemScriptReference defaultScript) The default script for Workitems created from the Worktype.defaultSkills(List<RoutingSkillReference> defaultSkills) The default skills for Workitems created from the Worktype.defaultStatus(WorkitemStatusReference defaultStatus) The default status for Workitems created from the Worktype.defaultTtlSeconds(Integer defaultTtlSeconds) The default time to time to live in seconds for Workitems created from the Worktype.defaultWorkbin(WorkbinReference defaultWorkbin) The default Workbin for Workitems created from the Worktype.description(String description) The description of the Worktype.The division to which this entity belongs.booleanflow(WorkitemFlowReference flow) The flow associated with the Worktype.getFlow()getId()getName()inthashCode()modifiedBy(UserReference modifiedBy) The id of the User who modified the Worktype.The name of the Worktype.ruleSettings(WorkitemRuleSettings ruleSettings) Settings for the worktypes rules.schema(WorkitemSchema schema) The schema defining the custom attributes for Workitems created from the Worktype.serviceLevelTarget(Integer serviceLevelTarget) The target service level for Workitems created from the Worktype.voidsetAssignmentEnabled(Boolean assignmentEnabled) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDefaultDueDurationSeconds(Integer defaultDueDurationSeconds) voidsetDefaultDurationSeconds(Integer defaultDurationSeconds) voidsetDefaultExpirationSeconds(Integer defaultExpirationSeconds) voidsetDefaultLanguage(LanguageReference defaultLanguage) voidsetDefaultPriority(Integer defaultPriority) voidsetDefaultQueue(WorkitemQueueReference defaultQueue) voidsetDefaultScript(WorkitemScriptReference defaultScript) voidsetDefaultSkills(List<RoutingSkillReference> defaultSkills) voidsetDefaultStatus(WorkitemStatusReference defaultStatus) voidsetDefaultTtlSeconds(Integer defaultTtlSeconds) voidsetDefaultWorkbin(WorkbinReference defaultWorkbin) voidsetDescription(String description) voidsetDivision(Division division) voidsetFlow(WorkitemFlowReference flow) voidsetModifiedBy(UserReference modifiedBy) voidvoidsetRuleSettings(WorkitemRuleSettings ruleSettings) voidsetSchema(WorkitemSchema schema) voidsetServiceLevelTarget(Integer serviceLevelTarget) voidsetStatuses(List<WorkitemStatus> statuses) voidsetUnassignedDivisionContactsEnabled(Boolean unassignedDivisionContactsEnabled) voidsetVersion(Integer version) statuses(List<WorkitemStatus> statuses) The list of possible statuses for Workitems created from the Worktype.toString()unassignedDivisionContactsEnabled(Boolean unassignedDivisionContactsEnabled) When set to true, will allow Workitems to be associated with External Contacts that are not assigned to any division.Version
-
Constructor Details
-
WorktypeVersion
public WorktypeVersion() -
WorktypeVersion
-
-
Method Details
-
getId
-
name
The name of the Worktype. -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The description of the Worktype. -
getDescription
-
setDescription
-
dateCreated
The creation date of the Worktype. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
The modified date of the Worktype. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
defaultWorkbin
The default Workbin for Workitems created from the Worktype. -
getDefaultWorkbin
-
setDefaultWorkbin
-
defaultStatus
The default status for Workitems created from the Worktype. -
getDefaultStatus
-
setDefaultStatus
-
statuses
The list of possible statuses for Workitems created from the Worktype. -
getStatuses
-
setStatuses
-
defaultDurationSeconds
The default duration in seconds for Workitems created from the Worktype. -
getDefaultDurationSeconds
-
setDefaultDurationSeconds
-
defaultExpirationSeconds
The default expiration time in seconds for Workitems created from the Worktype. -
getDefaultExpirationSeconds
-
setDefaultExpirationSeconds
-
defaultDueDurationSeconds
The default due duration in seconds for Workitems created from the Worktype. -
getDefaultDueDurationSeconds
-
setDefaultDueDurationSeconds
-
defaultPriority
The default priority for Workitems created from the Worktype. The valid range is between -25,000,000 and 25,000,000. -
getDefaultPriority
-
setDefaultPriority
-
defaultLanguage
The default language for Workitems created from the Worktype. -
getDefaultLanguage
-
setDefaultLanguage
-
defaultTtlSeconds
The default time to time to live in seconds for Workitems created from the Worktype. -
getDefaultTtlSeconds
-
setDefaultTtlSeconds
-
modifiedBy
The id of the User who modified the Worktype. -
getModifiedBy
-
setModifiedBy
-
defaultQueue
The default queue for Workitems created from the Worktype. -
getDefaultQueue
-
setDefaultQueue
-
defaultSkills
The default skills for Workitems created from the Worktype. -
getDefaultSkills
-
setDefaultSkills
-
assignmentEnabled
When set to true, Workitems will be sent to the queue of the Worktype as they are created. Default value is false. -
getAssignmentEnabled
-
setAssignmentEnabled
-
schema
The schema defining the custom attributes for Workitems created from the Worktype. -
getSchema
-
setSchema
-
serviceLevelTarget
The target service level for Workitems created from the Worktype. The default value is 100. -
getServiceLevelTarget
-
setServiceLevelTarget
-
ruleSettings
Settings for the worktypes rules. -
getRuleSettings
-
setRuleSettings
-
flow
The flow associated with the Worktype. -
getFlow
-
setFlow
-
defaultScript
The default script for Workitems created from the Worktype. -
getDefaultScript
-
setDefaultScript
-
unassignedDivisionContactsEnabled
When set to true, will allow Workitems to be associated with External Contacts that are not assigned to any division. Default value is true. -
getUnassignedDivisionContactsEnabled
-
setUnassignedDivisionContactsEnabled
-
version
Version -
getVersion
-
setVersion
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-