Uses of Class
com.mypurecloud.sdk.v2.model.RuleSet
Packages that use RuleSet
Package
Description
-
Uses of RuleSet in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RuleSetModifier and TypeMethodDescriptionOutboundApi.getOutboundRuleset(GetOutboundRulesetRequest request) Get a Rule Set by ID.OutboundApi.getOutboundRuleset(String ruleSetId) Get a Rule Set by ID.OutboundApi.postOutboundRulesets(PostOutboundRulesetsRequest request) Create a Rule Set.OutboundApi.postOutboundRulesets(RuleSet body) Create a Rule Set.OutboundApi.putOutboundRuleset(PutOutboundRulesetRequest request) Update a Rule Set.OutboundApi.putOutboundRuleset(String ruleSetId, RuleSet body) Update a Rule Set.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type RuleSetModifier and TypeMethodDescriptionOutboundApi.getOutboundRuleset(ApiRequest<Void> request) Get a Rule Set by ID.OutboundApiAsync.getOutboundRulesetAsync(GetOutboundRulesetRequest request, AsyncApiCallback<RuleSet> callback) Get a Rule Set by ID.OutboundApiAsync.getOutboundRulesetAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RuleSet>> callback) Get a Rule Set by ID.OutboundApi.getOutboundRulesetWithHttpInfo(String ruleSetId) Get a Rule Set by ID.OutboundApi.postOutboundRulesets(ApiRequest<RuleSet> request) Create a Rule Set.OutboundApiAsync.postOutboundRulesetsAsync(PostOutboundRulesetsRequest request, AsyncApiCallback<RuleSet> callback) Create a Rule Set.OutboundApiAsync.postOutboundRulesetsAsync(ApiRequest<RuleSet> request, AsyncApiCallback<ApiResponse<RuleSet>> callback) Create a Rule Set.OutboundApi.postOutboundRulesetsWithHttpInfo(RuleSet body) Create a Rule Set.OutboundApi.putOutboundRuleset(ApiRequest<RuleSet> request) Update a Rule Set.OutboundApiAsync.putOutboundRulesetAsync(PutOutboundRulesetRequest request, AsyncApiCallback<RuleSet> callback) Update a Rule Set.OutboundApiAsync.putOutboundRulesetAsync(ApiRequest<RuleSet> request, AsyncApiCallback<ApiResponse<RuleSet>> callback) Update a Rule Set.OutboundApi.putOutboundRulesetWithHttpInfo(String ruleSetId, RuleSet body) Update a Rule Set.Methods in com.mypurecloud.sdk.v2.api with parameters of type RuleSetModifier and TypeMethodDescriptionOutboundApi.postOutboundRulesets(RuleSet body) Create a Rule Set.OutboundApi.postOutboundRulesetsWithHttpInfo(RuleSet body) Create a Rule Set.OutboundApi.putOutboundRuleset(String ruleSetId, RuleSet body) Update a Rule Set.OutboundApi.putOutboundRulesetWithHttpInfo(String ruleSetId, RuleSet body) Update a Rule Set.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type RuleSetModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundRulesetAsync(GetOutboundRulesetRequest request, AsyncApiCallback<RuleSet> callback) Get a Rule Set by ID.OutboundApiAsync.getOutboundRulesetAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RuleSet>> callback) Get a Rule Set by ID.OutboundApi.postOutboundRulesets(ApiRequest<RuleSet> request) Create a Rule Set.OutboundApiAsync.postOutboundRulesetsAsync(PostOutboundRulesetsRequest request, AsyncApiCallback<RuleSet> callback) Create a Rule Set.OutboundApiAsync.postOutboundRulesetsAsync(ApiRequest<RuleSet> request, AsyncApiCallback<ApiResponse<RuleSet>> callback) Create a Rule Set.OutboundApiAsync.postOutboundRulesetsAsync(ApiRequest<RuleSet> request, AsyncApiCallback<ApiResponse<RuleSet>> callback) Create a Rule Set.OutboundApi.putOutboundRuleset(ApiRequest<RuleSet> request) Update a Rule Set.OutboundApiAsync.putOutboundRulesetAsync(PutOutboundRulesetRequest request, AsyncApiCallback<RuleSet> callback) Update a Rule Set.OutboundApiAsync.putOutboundRulesetAsync(ApiRequest<RuleSet> request, AsyncApiCallback<ApiResponse<RuleSet>> callback) Update a Rule Set.OutboundApiAsync.putOutboundRulesetAsync(ApiRequest<RuleSet> request, AsyncApiCallback<ApiResponse<RuleSet>> callback) Update a Rule Set. -
Uses of RuleSet in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return RuleSetModifier and TypeMethodDescriptionPostOutboundRulesetsRequest.getBody()PutOutboundRulesetRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type RuleSetModifier and TypeMethodDescriptionPostOutboundRulesetsRequest.withHttpInfo()PutOutboundRulesetRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type RuleSetModifier and TypeMethodDescriptionvoidvoidPostOutboundRulesetsRequest.Builder.withRequiredParams(RuleSet body) PutOutboundRulesetRequest.Builder.withRequiredParams(String ruleSetId, RuleSet body) -
Uses of RuleSet in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RuleSetModifier and TypeMethodDescriptionRuleSet.contactList(DomainEntityRef contactList) A ContactList to provide user-interface suggestions for contact columns on relevant conditions and actions.The name of the RuleSet.RuleSet.queue(DomainEntityRef queue) A Queue to provide user-interface suggestions for wrap-up codes on relevant conditions and actions.RuleSet.rules(List<DialerRule> rules) The list of rules.Required for updates, must match the version number of the most recent updateMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type RuleSetMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type RuleSet