Uses of Class
com.mypurecloud.sdk.v2.model.WorktypeCreate
Packages that use WorktypeCreate
Package
Description
-
Uses of WorktypeCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type WorktypeCreateModifier and TypeMethodDescriptionTaskManagementApi.postTaskmanagementWorktypes(WorktypeCreate body) Create a worktypeTaskManagementApi.postTaskmanagementWorktypesWithHttpInfo(WorktypeCreate body) Create a worktypeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorktypeCreateModifier and TypeMethodDescriptionTaskManagementApi.postTaskmanagementWorktypes(ApiRequest<WorktypeCreate> request) Create a worktypeTaskManagementApiAsync.postTaskmanagementWorktypesAsync(ApiRequest<WorktypeCreate> request, AsyncApiCallback<ApiResponse<Worktype>> callback) Create a worktype -
Uses of WorktypeCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WorktypeCreateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WorktypeCreateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type WorktypeCreateModifier and TypeMethodDescriptionPostTaskmanagementWorktypesRequest.builder(WorktypeCreate body) voidPostTaskmanagementWorktypesRequest.setBody(WorktypeCreate body) PostTaskmanagementWorktypesRequest.Builder.withBody(WorktypeCreate body) PostTaskmanagementWorktypesRequest.withBody(WorktypeCreate body) PostTaskmanagementWorktypesRequest.Builder.withRequiredParams(WorktypeCreate body) -
Uses of WorktypeCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorktypeCreateModifier and TypeMethodDescriptionWorktypeCreate.assignmentEnabled(Boolean assignmentEnabled) When set to true, Workitems will be sent to the queue of the Worktype as they are created.WorktypeCreate.defaultDueDurationSeconds(Integer defaultDueDurationSeconds) The default due duration in seconds for Workitems created from the Worktype.WorktypeCreate.defaultDurationSeconds(Integer defaultDurationSeconds) The default duration in seconds for Workitems created from the Worktype.WorktypeCreate.defaultExpirationSeconds(Integer defaultExpirationSeconds) The default expiration time in seconds for Workitems created from the Worktype.WorktypeCreate.defaultLanguageId(String defaultLanguageId) The ID of the default language for Workitems created from the Worktype.WorktypeCreate.defaultPriority(Integer defaultPriority) The default priority for Workitems created from the Worktype.WorktypeCreate.defaultQueueId(String defaultQueueId) The ID of the default queue for Workitems created from the Worktype.WorktypeCreate.defaultScriptId(String defaultScriptId) The default script for Workitems created from the Worktype.WorktypeCreate.defaultSkillIds(List<String> defaultSkillIds) The IDs of the default skills for Workitems created from the Worktype.WorktypeCreate.defaultTtlSeconds(Integer defaultTtlSeconds) The default time to time to live in seconds for Workitems created from the Worktype.WorktypeCreate.defaultWorkbinId(String defaultWorkbinId) The ID of the default Workbin for Workitems created from the Worktype.WorktypeCreate.description(String description) The description of the Worktype.WorktypeCreate.disableDefaultStatusCreation(Boolean disableDefaultStatusCreation) Set to true to disable default status creation.WorktypeCreate.divisionId(String divisionId) The ID of the division the Worktype belongs to.The name of the Worktype.WorktypeCreate.ruleSettings(WorkitemRuleSettings ruleSettings) Settings for the worktypes rules.The ID of the custom attribute schema for Workitems created from the Worktype.WorktypeCreate.schemaVersion(Integer schemaVersion) The version of the Worktypes custom attribute schema.WorktypeCreate.serviceLevelTarget(Integer serviceLevelTarget) The target service level for Workitems created from the Worktype.WorktypeCreate.unassignedDivisionContactsEnabled(Boolean unassignedDivisionContactsEnabled) When set to true, will allow Workitems to be associated with External Contacts that are not assigned to any division.