Uses of Class
com.mypurecloud.sdk.v2.model.WorkitemOnAttributeChangeRule
Packages that use WorkitemOnAttributeChangeRule
-
Uses of WorkitemOnAttributeChangeRule in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkitemOnAttributeChangeRuleModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeFlowsOnattributechangeRule(GetTaskmanagementWorktypeFlowsOnattributechangeRuleRequest request) Get an attribute change ruleTaskManagementApi.getTaskmanagementWorktypeFlowsOnattributechangeRule(String worktypeId, String ruleId) Get an attribute change ruleTaskManagementApi.patchTaskmanagementWorktypeFlowsOnattributechangeRule(PatchTaskmanagementWorktypeFlowsOnattributechangeRuleRequest request) Update the attributes of a ruleTaskManagementApi.patchTaskmanagementWorktypeFlowsOnattributechangeRule(String worktypeId, String ruleId, WorkitemOnAttributeChangeRuleUpdate body) Update the attributes of a ruleTaskManagementApi.postTaskmanagementWorktypeFlowsOnattributechangeRules(PostTaskmanagementWorktypeFlowsOnattributechangeRulesRequest request) Add an attribute-change rule to a worktypeTaskManagementApi.postTaskmanagementWorktypeFlowsOnattributechangeRules(String worktypeId, WorkitemOnAttributeChangeRuleCreate body) Add an attribute-change rule to a worktypeMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkitemOnAttributeChangeRuleModifier and TypeMethodDescriptionTaskManagementApi.getTaskmanagementWorktypeFlowsOnattributechangeRule(ApiRequest<Void> request) Get an attribute change ruleTaskManagementApiAsync.getTaskmanagementWorktypeFlowsOnattributechangeRuleAsync(GetTaskmanagementWorktypeFlowsOnattributechangeRuleRequest request, AsyncApiCallback<WorkitemOnAttributeChangeRule> callback) Get an attribute change ruleTaskManagementApiAsync.getTaskmanagementWorktypeFlowsOnattributechangeRuleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemOnAttributeChangeRule>> callback) Get an attribute change ruleTaskManagementApi.getTaskmanagementWorktypeFlowsOnattributechangeRuleWithHttpInfo(String worktypeId, String ruleId) Get an attribute change ruleTaskManagementApi.patchTaskmanagementWorktypeFlowsOnattributechangeRule(ApiRequest<WorkitemOnAttributeChangeRuleUpdate> request) Update the attributes of a ruleTaskManagementApiAsync.patchTaskmanagementWorktypeFlowsOnattributechangeRuleAsync(PatchTaskmanagementWorktypeFlowsOnattributechangeRuleRequest request, AsyncApiCallback<WorkitemOnAttributeChangeRule> callback) Update the attributes of a ruleTaskManagementApiAsync.patchTaskmanagementWorktypeFlowsOnattributechangeRuleAsync(ApiRequest<WorkitemOnAttributeChangeRuleUpdate> request, AsyncApiCallback<ApiResponse<WorkitemOnAttributeChangeRule>> callback) Update the attributes of a ruleTaskManagementApi.patchTaskmanagementWorktypeFlowsOnattributechangeRuleWithHttpInfo(String worktypeId, String ruleId, WorkitemOnAttributeChangeRuleUpdate body) Update the attributes of a ruleTaskManagementApi.postTaskmanagementWorktypeFlowsOnattributechangeRules(ApiRequest<WorkitemOnAttributeChangeRuleCreate> request) Add an attribute-change rule to a worktypeTaskManagementApiAsync.postTaskmanagementWorktypeFlowsOnattributechangeRulesAsync(PostTaskmanagementWorktypeFlowsOnattributechangeRulesRequest request, AsyncApiCallback<WorkitemOnAttributeChangeRule> callback) Add an attribute-change rule to a worktypeTaskManagementApiAsync.postTaskmanagementWorktypeFlowsOnattributechangeRulesAsync(ApiRequest<WorkitemOnAttributeChangeRuleCreate> request, AsyncApiCallback<ApiResponse<WorkitemOnAttributeChangeRule>> callback) Add an attribute-change rule to a worktypeTaskManagementApi.postTaskmanagementWorktypeFlowsOnattributechangeRulesWithHttpInfo(String worktypeId, WorkitemOnAttributeChangeRuleCreate body) Add an attribute-change rule to a worktypeMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkitemOnAttributeChangeRuleModifier and TypeMethodDescriptionTaskManagementApiAsync.getTaskmanagementWorktypeFlowsOnattributechangeRuleAsync(GetTaskmanagementWorktypeFlowsOnattributechangeRuleRequest request, AsyncApiCallback<WorkitemOnAttributeChangeRule> callback) Get an attribute change ruleTaskManagementApiAsync.getTaskmanagementWorktypeFlowsOnattributechangeRuleAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkitemOnAttributeChangeRule>> callback) Get an attribute change ruleTaskManagementApiAsync.patchTaskmanagementWorktypeFlowsOnattributechangeRuleAsync(PatchTaskmanagementWorktypeFlowsOnattributechangeRuleRequest request, AsyncApiCallback<WorkitemOnAttributeChangeRule> callback) Update the attributes of a ruleTaskManagementApiAsync.patchTaskmanagementWorktypeFlowsOnattributechangeRuleAsync(ApiRequest<WorkitemOnAttributeChangeRuleUpdate> request, AsyncApiCallback<ApiResponse<WorkitemOnAttributeChangeRule>> callback) Update the attributes of a ruleTaskManagementApiAsync.postTaskmanagementWorktypeFlowsOnattributechangeRulesAsync(PostTaskmanagementWorktypeFlowsOnattributechangeRulesRequest request, AsyncApiCallback<WorkitemOnAttributeChangeRule> callback) Add an attribute-change rule to a worktypeTaskManagementApiAsync.postTaskmanagementWorktypeFlowsOnattributechangeRulesAsync(ApiRequest<WorkitemOnAttributeChangeRuleCreate> request, AsyncApiCallback<ApiResponse<WorkitemOnAttributeChangeRule>> callback) Add an attribute-change rule to a worktype -
Uses of WorkitemOnAttributeChangeRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemOnAttributeChangeRuleModifier and TypeMethodDescriptionWorkitemOnAttributeChangeRule.action(WorkitemRuleAction action) The rules action.WorkitemOnAttributeChangeRule.condition(WorkitemOnAttributeChangeCondition condition) The rules condition.WorkitemOnAttributeChangeRule.type(WorkitemOnAttributeChangeRule.TypeEnum type) The type of the rule.WorkitemOnAttributeChangeRule.worktype(WorktypeReference worktype) The Worktype containing the rule.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkitemOnAttributeChangeRuleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkitemOnAttributeChangeRuleModifier and TypeMethodDescriptionWorkitemOnAttributeChangeRuleListing.entities(List<WorkitemOnAttributeChangeRule> entities) voidWorkitemOnAttributeChangeRuleListing.setEntities(List<WorkitemOnAttributeChangeRule> entities)