Uses of Class
com.mypurecloud.sdk.v2.model.DigitalRuleSet
Packages that use DigitalRuleSet
Package
Description
-
Uses of DigitalRuleSet in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DigitalRuleSetModifier and TypeMethodDescriptionOutboundApi.getOutboundDigitalruleset(GetOutboundDigitalrulesetRequest request) Get an Outbound Digital Rule SetOutboundApi.getOutboundDigitalruleset(String digitalRuleSetId) Get an Outbound Digital Rule SetOutboundApi.postOutboundDigitalrulesets(PostOutboundDigitalrulesetsRequest request) Create an Outbound Digital Rule SetOutboundApi.postOutboundDigitalrulesets(DigitalRuleSet body) Create an Outbound Digital Rule SetOutboundApi.putOutboundDigitalruleset(PutOutboundDigitalrulesetRequest request) Update an Outbound Digital Rule SetOutboundApi.putOutboundDigitalruleset(String digitalRuleSetId, DigitalRuleSet body) Update an Outbound Digital Rule SetMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type DigitalRuleSetModifier and TypeMethodDescriptionOutboundApi.getOutboundDigitalruleset(ApiRequest<Void> request) Get an Outbound Digital Rule SetOutboundApiAsync.getOutboundDigitalrulesetAsync(GetOutboundDigitalrulesetRequest request, AsyncApiCallback<DigitalRuleSet> callback) Get an Outbound Digital Rule SetOutboundApiAsync.getOutboundDigitalrulesetAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DigitalRuleSet>> callback) Get an Outbound Digital Rule SetOutboundApi.getOutboundDigitalrulesetWithHttpInfo(String digitalRuleSetId) Get an Outbound Digital Rule SetOutboundApi.postOutboundDigitalrulesets(ApiRequest<DigitalRuleSet> request) Create an Outbound Digital Rule SetOutboundApiAsync.postOutboundDigitalrulesetsAsync(PostOutboundDigitalrulesetsRequest request, AsyncApiCallback<DigitalRuleSet> callback) Create an Outbound Digital Rule SetOutboundApiAsync.postOutboundDigitalrulesetsAsync(ApiRequest<DigitalRuleSet> request, AsyncApiCallback<ApiResponse<DigitalRuleSet>> callback) Create an Outbound Digital Rule SetOutboundApi.postOutboundDigitalrulesetsWithHttpInfo(DigitalRuleSet body) Create an Outbound Digital Rule SetOutboundApi.putOutboundDigitalruleset(ApiRequest<DigitalRuleSet> request) Update an Outbound Digital Rule SetOutboundApiAsync.putOutboundDigitalrulesetAsync(PutOutboundDigitalrulesetRequest request, AsyncApiCallback<DigitalRuleSet> callback) Update an Outbound Digital Rule SetOutboundApiAsync.putOutboundDigitalrulesetAsync(ApiRequest<DigitalRuleSet> request, AsyncApiCallback<ApiResponse<DigitalRuleSet>> callback) Update an Outbound Digital Rule SetOutboundApi.putOutboundDigitalrulesetWithHttpInfo(String digitalRuleSetId, DigitalRuleSet body) Update an Outbound Digital Rule SetMethods in com.mypurecloud.sdk.v2.api with parameters of type DigitalRuleSetModifier and TypeMethodDescriptionOutboundApi.postOutboundDigitalrulesets(DigitalRuleSet body) Create an Outbound Digital Rule SetOutboundApi.postOutboundDigitalrulesetsWithHttpInfo(DigitalRuleSet body) Create an Outbound Digital Rule SetOutboundApi.putOutboundDigitalruleset(String digitalRuleSetId, DigitalRuleSet body) Update an Outbound Digital Rule SetOutboundApi.putOutboundDigitalrulesetWithHttpInfo(String digitalRuleSetId, DigitalRuleSet body) Update an Outbound Digital Rule SetMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type DigitalRuleSetModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundDigitalrulesetAsync(GetOutboundDigitalrulesetRequest request, AsyncApiCallback<DigitalRuleSet> callback) Get an Outbound Digital Rule SetOutboundApiAsync.getOutboundDigitalrulesetAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DigitalRuleSet>> callback) Get an Outbound Digital Rule SetOutboundApi.postOutboundDigitalrulesets(ApiRequest<DigitalRuleSet> request) Create an Outbound Digital Rule SetOutboundApiAsync.postOutboundDigitalrulesetsAsync(PostOutboundDigitalrulesetsRequest request, AsyncApiCallback<DigitalRuleSet> callback) Create an Outbound Digital Rule SetOutboundApiAsync.postOutboundDigitalrulesetsAsync(ApiRequest<DigitalRuleSet> request, AsyncApiCallback<ApiResponse<DigitalRuleSet>> callback) Create an Outbound Digital Rule SetOutboundApiAsync.postOutboundDigitalrulesetsAsync(ApiRequest<DigitalRuleSet> request, AsyncApiCallback<ApiResponse<DigitalRuleSet>> callback) Create an Outbound Digital Rule SetOutboundApi.putOutboundDigitalruleset(ApiRequest<DigitalRuleSet> request) Update an Outbound Digital Rule SetOutboundApiAsync.putOutboundDigitalrulesetAsync(PutOutboundDigitalrulesetRequest request, AsyncApiCallback<DigitalRuleSet> callback) Update an Outbound Digital Rule SetOutboundApiAsync.putOutboundDigitalrulesetAsync(ApiRequest<DigitalRuleSet> request, AsyncApiCallback<ApiResponse<DigitalRuleSet>> callback) Update an Outbound Digital Rule SetOutboundApiAsync.putOutboundDigitalrulesetAsync(ApiRequest<DigitalRuleSet> request, AsyncApiCallback<ApiResponse<DigitalRuleSet>> callback) Update an Outbound Digital Rule Set -
Uses of DigitalRuleSet in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DigitalRuleSetModifier and TypeMethodDescriptionPostOutboundDigitalrulesetsRequest.getBody()PutOutboundDigitalrulesetRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type DigitalRuleSetModifier and TypeMethodDescriptionPostOutboundDigitalrulesetsRequest.withHttpInfo()PutOutboundDigitalrulesetRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type DigitalRuleSetModifier and TypeMethodDescriptionPostOutboundDigitalrulesetsRequest.builder(DigitalRuleSet body) PutOutboundDigitalrulesetRequest.builder(String digitalRuleSetId, DigitalRuleSet body) voidPostOutboundDigitalrulesetsRequest.setBody(DigitalRuleSet body) voidPutOutboundDigitalrulesetRequest.setBody(DigitalRuleSet body) PostOutboundDigitalrulesetsRequest.Builder.withBody(DigitalRuleSet body) PostOutboundDigitalrulesetsRequest.withBody(DigitalRuleSet body) PutOutboundDigitalrulesetRequest.Builder.withBody(DigitalRuleSet body) PutOutboundDigitalrulesetRequest.withBody(DigitalRuleSet body) PostOutboundDigitalrulesetsRequest.Builder.withRequiredParams(DigitalRuleSet body) PutOutboundDigitalrulesetRequest.Builder.withRequiredParams(String digitalRuleSetId, DigitalRuleSet body) -
Uses of DigitalRuleSet in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DigitalRuleSetModifier and TypeMethodDescriptionDigitalRuleSet.contactList(DomainEntityRef contactList) A ContactList to provide suggestions for contact columns on relevant conditions and actions.DigitalRuleSet.rules(List<DigitalRule> 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 DigitalRuleSetMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type DigitalRuleSetModifier and TypeMethodDescriptionDigitalRuleSetEntityListing.entities(List<DigitalRuleSet> entities) voidDigitalRuleSetEntityListing.setEntities(List<DigitalRuleSet> entities)