Uses of Class
com.mypurecloud.sdk.v2.model.Worktype
Packages that use Worktype
-
Uses of Worktype in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorktypeModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktype(GetTaskmanagementWorktypeRequest request) Get a worktypeTaskManagementApi.getTaskmanagementWorktype(String worktypeId, List<String> expands) Get a worktypeTaskManagementApi.patchTaskmanagementWorktype(PatchTaskmanagementWorktypeRequest request) Update the attributes of a worktypeTaskManagementApi.patchTaskmanagementWorktype(String worktypeId, WorktypeUpdate body) Update the attributes of a worktypeTaskManagementApi.postTaskmanagementWorktypes(PostTaskmanagementWorktypesRequest request) Create a worktypeTaskManagementApi.postTaskmanagementWorktypes(WorktypeCreate body) Create a worktypeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorktypeModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktype(ApiRequest<Void> request) Get a worktypeTaskManagementApiAsync.getTaskmanagementWorktypeAsync(GetTaskmanagementWorktypeRequest request, AsyncApiCallback<Worktype> callback) Get a worktypeTaskManagementApiAsync.getTaskmanagementWorktypeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Worktype>> callback) Get a worktypeTaskManagementApi.getTaskmanagementWorktypeWithHttpInfo(String worktypeId, List<String> expands) Get a worktypeTaskManagementApi.patchTaskmanagementWorktype(ApiRequest<WorktypeUpdate> request) Update the attributes of a worktypeTaskManagementApiAsync.patchTaskmanagementWorktypeAsync(PatchTaskmanagementWorktypeRequest request, AsyncApiCallback<Worktype> callback) Update the attributes of a worktypeTaskManagementApiAsync.patchTaskmanagementWorktypeAsync(ApiRequest<WorktypeUpdate> request, AsyncApiCallback<ApiResponse<Worktype>> callback) Update the attributes of a worktypeTaskManagementApi.patchTaskmanagementWorktypeWithHttpInfo(String worktypeId, WorktypeUpdate body) Update the attributes of a worktypeTaskManagementApi.postTaskmanagementWorktypes(ApiRequest<WorktypeCreate> request) Create a worktypeTaskManagementApiAsync.postTaskmanagementWorktypesAsync(PostTaskmanagementWorktypesRequest request, AsyncApiCallback<Worktype> callback) Create a worktypeTaskManagementApiAsync.postTaskmanagementWorktypesAsync(ApiRequest<WorktypeCreate> request, AsyncApiCallback<ApiResponse<Worktype>> callback) Create a worktypeTaskManagementApi.postTaskmanagementWorktypesWithHttpInfo(WorktypeCreate body) Create a worktypeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorktypeModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorktypeAsync(GetTaskmanagementWorktypeRequest request, AsyncApiCallback<Worktype> callback) Get a worktypeTaskManagementApiAsync.getTaskmanagementWorktypeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Worktype>> callback) Get a worktypeTaskManagementApiAsync.patchTaskmanagementWorktypeAsync(PatchTaskmanagementWorktypeRequest request, AsyncApiCallback<Worktype> callback) Update the attributes of a worktypeTaskManagementApiAsync.patchTaskmanagementWorktypeAsync(ApiRequest<WorktypeUpdate> request, AsyncApiCallback<ApiResponse<Worktype>> callback) Update the attributes of a worktypeTaskManagementApiAsync.postTaskmanagementWorktypesAsync(PostTaskmanagementWorktypesRequest request, AsyncApiCallback<Worktype> callback) Create a worktypeTaskManagementApiAsync.postTaskmanagementWorktypesAsync(ApiRequest<WorktypeCreate> request, AsyncApiCallback<ApiResponse<Worktype>> callback) Create a worktype -
Uses of Worktype in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorktypeModifier and TypeMethodDescriptionWorktype.assignmentEnabled(Boolean assignmentEnabled) When set to true, Workitems will be sent to the queue of the Worktype as they are created.Worktype.dateCreated(Date dateCreated) The creation date of the Worktype.Worktype.dateModified(Date dateModified) The modified date of the Worktype.Worktype.defaultDueDurationSeconds(Integer defaultDueDurationSeconds) The default due duration in seconds for Workitems created from the Worktype.Worktype.defaultDurationSeconds(Integer defaultDurationSeconds) The default duration in seconds for Workitems created from the Worktype.Worktype.defaultExpirationSeconds(Integer defaultExpirationSeconds) The default expiration time in seconds for Workitems created from the Worktype.Worktype.defaultLanguage(LanguageReference defaultLanguage) The default language for Workitems created from the Worktype.Worktype.defaultPriority(Integer defaultPriority) The default priority for Workitems created from the Worktype.Worktype.defaultQueue(WorkitemQueueReference defaultQueue) The default queue for Workitems created from the Worktype.Worktype.defaultScript(WorkitemScriptReference defaultScript) The default script for Workitems created from the Worktype.Worktype.defaultSkills(List<RoutingSkillReference> defaultSkills) The default skills for Workitems created from the Worktype.Worktype.defaultStatus(WorkitemStatusReference defaultStatus) The default status for Workitems created from the Worktype.Worktype.defaultTtlSeconds(Integer defaultTtlSeconds) The default time to time to live in seconds for Workitems created from the Worktype.Worktype.defaultWorkbin(WorkbinReference defaultWorkbin) The default Workbin for Workitems created from the Worktype.Worktype.description(String description) The description of the Worktype.The division to which this entity belongs.Worktype.flow(WorkitemFlowReference flow) The flow associated with the Worktype.Worktype.modifiedBy(UserReference modifiedBy) The id of the User who modified the Worktype.The name of the Worktype.Worktype.ruleSettings(WorkitemRuleSettings ruleSettings) Settings for the worktypes rules.Worktype.schema(WorkitemSchema schema) The schema defining the custom attributes for Workitems created from the Worktype.Worktype.serviceLevelTarget(Integer serviceLevelTarget) The target service level for Workitems created from the Worktype.Worktype.statuses(List<WorkitemStatus> statuses) The list of possible statuses for Workitems created from the Worktype.Worktype.unassignedDivisionContactsEnabled(Boolean unassignedDivisionContactsEnabled) When set to true, will allow Workitems to be associated with External Contacts that are not assigned to any division.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorktypeMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorktypeModifier and TypeMethodDescriptionvoidWorktypeQueryEntityListing.setEntities(List<Worktype> entities)