Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemOnCreateRule
Packages that use WorkitemOnCreateRule
-
Uses of WorkitemOnCreateRule in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkitemOnCreateRuleModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeFlowsOncreateRule(GetTaskmanagementWorktypeFlowsOncreateRuleRequest request) Get an on-create ruleTaskManagementApi.getTaskmanagementWorktypeFlowsOncreateRule(String worktypeId, String ruleId) Get an on-create ruleTaskManagementApi.patchTaskmanagementWorktypeFlowsOncreateRule(PatchTaskmanagementWorktypeFlowsOncreateRuleRequest request) Update the attributes of a ruleTaskManagementApi.patchTaskmanagementWorktypeFlowsOncreateRule(String worktypeId, String ruleId, WorkitemOnCreateRuleUpdate body) Update the attributes of a ruleTaskManagementApi.postTaskmanagementWorktypeFlowsOncreateRules(PostTaskmanagementWorktypeFlowsOncreateRulesRequest request) Add an on-create rule to a worktypeTaskManagementApi.postTaskmanagementWorktypeFlowsOncreateRules(String worktypeId, WorkitemOnCreateRuleCreate body) Add an on-create rule to a worktypeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkitemOnCreateRuleModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeFlowsOncreateRule(ApiRequest<Void> request) Get an on-create ruleTaskManagementApiAsync.getTaskmanagementWorktypeFlowsOncreateRuleAsync(GetTaskmanagementWorktypeFlowsOncreateRuleRequest request, AsyncApiCallback<WorkitemOnCreateRule> callback) Get an on-create ruleTaskManagementApiAsync.getTaskmanagementWorktypeFlowsOncreateRuleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemOnCreateRule>> callback) Get an on-create ruleTaskManagementApi.getTaskmanagementWorktypeFlowsOncreateRuleWithHttpInfo(String worktypeId, String ruleId) Get an on-create ruleTaskManagementApi.patchTaskmanagementWorktypeFlowsOncreateRule(ApiRequest<WorkitemOnCreateRuleUpdate> request) Update the attributes of a ruleTaskManagementApiAsync.patchTaskmanagementWorktypeFlowsOncreateRuleAsync(PatchTaskmanagementWorktypeFlowsOncreateRuleRequest request, AsyncApiCallback<WorkitemOnCreateRule> callback) Update the attributes of a ruleTaskManagementApiAsync.patchTaskmanagementWorktypeFlowsOncreateRuleAsync(ApiRequest<WorkitemOnCreateRuleUpdate> request, AsyncApiCallback<ApiResponse<WorkitemOnCreateRule>> callback) Update the attributes of a ruleTaskManagementApi.patchTaskmanagementWorktypeFlowsOncreateRuleWithHttpInfo(String worktypeId, String ruleId, WorkitemOnCreateRuleUpdate body) Update the attributes of a ruleTaskManagementApi.postTaskmanagementWorktypeFlowsOncreateRules(ApiRequest<WorkitemOnCreateRuleCreate> request) Add an on-create rule to a worktypeTaskManagementApiAsync.postTaskmanagementWorktypeFlowsOncreateRulesAsync(PostTaskmanagementWorktypeFlowsOncreateRulesRequest request, AsyncApiCallback<WorkitemOnCreateRule> callback) Add an on-create rule to a worktypeTaskManagementApiAsync.postTaskmanagementWorktypeFlowsOncreateRulesAsync(ApiRequest<WorkitemOnCreateRuleCreate> request, AsyncApiCallback<ApiResponse<WorkitemOnCreateRule>> callback) Add an on-create rule to a worktypeTaskManagementApi.postTaskmanagementWorktypeFlowsOncreateRulesWithHttpInfo(String worktypeId, WorkitemOnCreateRuleCreate body) Add an on-create rule to a worktypeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkitemOnCreateRuleModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorktypeFlowsOncreateRuleAsync(GetTaskmanagementWorktypeFlowsOncreateRuleRequest request, AsyncApiCallback<WorkitemOnCreateRule> callback) Get an on-create ruleTaskManagementApiAsync.getTaskmanagementWorktypeFlowsOncreateRuleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemOnCreateRule>> callback) Get an on-create ruleTaskManagementApiAsync.patchTaskmanagementWorktypeFlowsOncreateRuleAsync(PatchTaskmanagementWorktypeFlowsOncreateRuleRequest request, AsyncApiCallback<WorkitemOnCreateRule> callback) Update the attributes of a ruleTaskManagementApiAsync.patchTaskmanagementWorktypeFlowsOncreateRuleAsync(ApiRequest<WorkitemOnCreateRuleUpdate> request, AsyncApiCallback<ApiResponse<WorkitemOnCreateRule>> callback) Update the attributes of a ruleTaskManagementApiAsync.postTaskmanagementWorktypeFlowsOncreateRulesAsync(PostTaskmanagementWorktypeFlowsOncreateRulesRequest request, AsyncApiCallback<WorkitemOnCreateRule> callback) Add an on-create rule to a worktypeTaskManagementApiAsync.postTaskmanagementWorktypeFlowsOncreateRulesAsync(ApiRequest<WorkitemOnCreateRuleCreate> request, AsyncApiCallback<ApiResponse<WorkitemOnCreateRule>> callback) Add an on-create rule to a worktype -
Uses of WorkitemOnCreateRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemOnCreateRuleModifier and TypeMethodDescriptionWorkitemOnCreateRule.action(WorkitemRuleAction action) The rules action.WorkitemOnCreateRule.type(WorkitemOnCreateRule.TypeEnum type) The type of the rule.WorkitemOnCreateRule.worktype(WorktypeReference worktype) The Worktype containing the rule.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkitemOnCreateRuleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkitemOnCreateRuleModifier and TypeMethodDescriptionWorkitemOnCreateRuleListing.entities(List<WorkitemOnCreateRule> entities) voidWorkitemOnCreateRuleListing.setEntities(List<WorkitemOnCreateRule> entities)