Uses of Class
com.mypurecloud.sdk.v2.model.WorktypeUpdate
Packages that use WorktypeUpdate
Package
Description
-
Uses of WorktypeUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WorktypeUpdateModifier and TypeMethodDescriptionTaskManagementApi.patchTaskmanagementWorktype(String worktypeId, WorktypeUpdate body) Update the attributes of a worktypeTaskManagementApi.patchTaskmanagementWorktypeWithHttpInfo(String worktypeId, WorktypeUpdate body) Update the attributes of a worktypeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorktypeUpdateModifier and TypeMethodDescriptionTaskManagementApi.patchTaskmanagementWorktype(ApiRequest<WorktypeUpdate> request) Update the attributes of a worktypeTaskManagementApiAsync.patchTaskmanagementWorktypeAsync(ApiRequest<WorktypeUpdate> request, AsyncApiCallback<ApiResponse<Worktype>> callback) Update the attributes of a worktype -
Uses of WorktypeUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WorktypeUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WorktypeUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type WorktypeUpdateModifier and TypeMethodDescriptionPatchTaskmanagementWorktypeRequest.builder(String worktypeId, WorktypeUpdate body) voidPatchTaskmanagementWorktypeRequest.setBody(WorktypeUpdate body) PatchTaskmanagementWorktypeRequest.Builder.withBody(WorktypeUpdate body) PatchTaskmanagementWorktypeRequest.withBody(WorktypeUpdate body) PatchTaskmanagementWorktypeRequest.Builder.withRequiredParams(String worktypeId, WorktypeUpdate body) -
Uses of WorktypeUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorktypeUpdateModifier and TypeMethodDescriptionWorktypeUpdate.assignmentEnabled(Boolean assignmentEnabled) When set to true, Workitems will be sent to the queue of the Worktype as they are created.WorktypeUpdate.defaultDueDurationSeconds(Integer defaultDueDurationSeconds) The default due duration in seconds for Workitems created from the Worktype.WorktypeUpdate.defaultDurationSeconds(Integer defaultDurationSeconds) The default duration in seconds for Workitems created from the Worktype.WorktypeUpdate.defaultExpirationSeconds(Integer defaultExpirationSeconds) The default expiration time in seconds for Workitems created from the Worktype.WorktypeUpdate.defaultLanguageId(String defaultLanguageId) The ID of the default language for Workitems created from the Worktype.WorktypeUpdate.defaultPriority(Integer defaultPriority) The default priority for Workitems created from the Worktype.WorktypeUpdate.defaultQueueId(String defaultQueueId) The ID of the default queue for Workitems created from the Worktype.WorktypeUpdate.defaultScriptId(String defaultScriptId) The default script for Workitems created from the Worktype.WorktypeUpdate.defaultSkillIds(List<String> defaultSkillIds) The IDs of the default skills for Workitems created from the Worktype.WorktypeUpdate.defaultStatusId(String defaultStatusId) The ID of the default status for Workitems created from the Worktype.WorktypeUpdate.defaultTtlSeconds(Integer defaultTtlSeconds) The default time to time to live in seconds for Workitems created from the Worktype.WorktypeUpdate.defaultWorkbinId(String defaultWorkbinId) The ID of the default Workbin for Workitems created from the Worktype.WorktypeUpdate.description(String description) The description of the Worktype.The name of the Worktype.WorktypeUpdate.ruleSettings(WorkitemRuleSettings ruleSettings) Settings for the worktypes rules.The ID of the custom attribute schema for Workitems created from the Worktype.WorktypeUpdate.schemaVersion(Integer schemaVersion) The version of the Worktypes custom attribute schema.WorktypeUpdate.serviceLevelTarget(Integer serviceLevelTarget) The target service level for Workitems created from the Worktype.WorktypeUpdate.unassignedDivisionContactsEnabled(Boolean unassignedDivisionContactsEnabled) When set to true, will allow Workitems to be associated with External Contacts that are not assigned to any division.