Package com.mypurecloud.sdk.v2.model
Class WorktypeUpdate
java.lang.Object
com.mypurecloud.sdk.v2.model.WorktypeUpdate
- All Implemented Interfaces:
Serializable
WorktypeUpdate
- 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.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.defaultLanguageId(String defaultLanguageId) The ID of the default language for Workitems created from the Worktype.defaultPriority(Integer defaultPriority) The default priority for Workitems created from the Worktype.defaultQueueId(String defaultQueueId) The ID of the default queue for Workitems created from the Worktype.defaultScriptId(String defaultScriptId) The default script for Workitems created from the Worktype.defaultSkillIds(List<String> defaultSkillIds) The IDs of the default skills for Workitems created from the Worktype.defaultStatusId(String defaultStatusId) The ID of 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.defaultWorkbinId(String defaultWorkbinId) The ID of the default Workbin for Workitems created from the Worktype.description(String description) The description of the Worktype.booleangetName()inthashCode()The name of the Worktype.ruleSettings(WorkitemRuleSettings ruleSettings) Settings for the worktypes rules.The ID of the custom attribute schema for Workitems created from the Worktype.schemaVersion(Integer schemaVersion) The version of the Worktypes custom attribute schema.serviceLevelTarget(Integer serviceLevelTarget) The target service level for Workitems created from the Worktype.voidsetAssignmentEnabled(Boolean assignmentEnabled) voidsetDefaultDueDurationSeconds(Integer defaultDueDurationSeconds) voidsetDefaultDurationSeconds(Integer defaultDurationSeconds) voidsetDefaultExpirationSeconds(Integer defaultExpirationSeconds) voidsetDefaultLanguageId(String defaultLanguageId) voidsetDefaultPriority(Integer defaultPriority) voidsetDefaultQueueId(String defaultQueueId) voidsetDefaultScriptId(String defaultScriptId) voidsetDefaultSkillIds(List<String> defaultSkillIds) voidsetDefaultStatusId(String defaultStatusId) voidsetDefaultTtlSeconds(Integer defaultTtlSeconds) voidsetDefaultWorkbinId(String defaultWorkbinId) voidsetDescription(String description) voidvoidsetRuleSettings(WorkitemRuleSettings ruleSettings) voidsetSchemaId(String schemaId) voidsetSchemaVersion(Integer schemaVersion) voidsetServiceLevelTarget(Integer serviceLevelTarget) voidsetUnassignedDivisionContactsEnabled(Boolean unassignedDivisionContactsEnabled) toString()unassignedDivisionContactsEnabled(Boolean unassignedDivisionContactsEnabled) When set to true, will allow Workitems to be associated with External Contacts that are not assigned to any division.
-
Constructor Details
-
WorktypeUpdate
public WorktypeUpdate() -
WorktypeUpdate
-
-
Method Details
-
name
The name of the Worktype. Valid length between 3 and 256 characters. -
getName
-
setName
-
defaultWorkbinId
The ID of the default Workbin for Workitems created from the Worktype. -
getDefaultWorkbinId
-
setDefaultWorkbinId
-
defaultDurationSeconds
The default duration in seconds for Workitems created from the Worktype. Maximum of 365 days. minimum: 0 maximum: 31536000 -
getDefaultDurationSeconds
-
setDefaultDurationSeconds
-
defaultExpirationSeconds
The default expiration time in seconds for Workitems created from the Worktype. Maximum of 365 days. minimum: 0 maximum: 31536000 -
getDefaultExpirationSeconds
-
setDefaultExpirationSeconds
-
defaultDueDurationSeconds
The default due duration in seconds for Workitems created from the Worktype. Maximum of 365 days. minimum: 0 maximum: 31536000 -
getDefaultDueDurationSeconds
-
setDefaultDueDurationSeconds
-
defaultPriority
The default priority for Workitems created from the Worktype. The valid range is between -25,000,000 and 25,000,000. minimum: -25000000 maximum: 25000000 -
getDefaultPriority
-
setDefaultPriority
-
defaultTtlSeconds
The default time to time to live in seconds for Workitems created from the Worktype. The valid range is between 1 and 365 days. minimum: 86400 maximum: 31536000 -
getDefaultTtlSeconds
-
setDefaultTtlSeconds
-
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
-
schemaId
The ID of the custom attribute schema for Workitems created from the Worktype. Must be a valid UUID. -
getSchemaId
-
setSchemaId
-
serviceLevelTarget
The target service level for Workitems created from the Worktype. The default value is 100. minimum: 1 maximum: 100 -
getServiceLevelTarget
-
setServiceLevelTarget
-
ruleSettings
Settings for the worktypes rules. -
getRuleSettings
-
setRuleSettings
-
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
-
description
The description of the Worktype. Maximum length of 512 characters. -
getDescription
-
setDescription
-
defaultStatusId
The ID of the default status for Workitems created from the Worktype. Must be a valid UUID. -
getDefaultStatusId
-
setDefaultStatusId
-
schemaVersion
The version of the Worktypes custom attribute schema. The latest schema version will be used if this property is not set. -
getSchemaVersion
-
setSchemaVersion
-
defaultLanguageId
The ID of the default language for Workitems created from the Worktype. Must be a valid UUID. -
getDefaultLanguageId
-
setDefaultLanguageId
-
defaultSkillIds
The IDs of the default skills for Workitems created from the Worktype. Must be valid UUIDs. Maximum of 20 IDs -
getDefaultSkillIds
-
setDefaultSkillIds
-
defaultQueueId
The ID of the default queue for Workitems created from the Worktype. Must be a valid UUID. -
getDefaultQueueId
-
setDefaultQueueId
-
defaultScriptId
The default script for Workitems created from the Worktype. Must be a valid UUID. -
getDefaultScriptId
-
setDefaultScriptId
-
equals
-
hashCode
public int hashCode() -
toString
-