Uses of Class
com.mypurecloud.sdk.v2.model.CampaignPatchRequest
Packages that use CampaignPatchRequest
Package
Description
-
Uses of CampaignPatchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CampaignPatchRequestModifier and TypeMethodDescriptionvoidOutboundApi.patchOutboundCampaign(String campaignId, CampaignPatchRequest body) Update a campaign.OutboundApi.patchOutboundCampaignWithHttpInfo(String campaignId, CampaignPatchRequest body) Update a campaign.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CampaignPatchRequestModifier and TypeMethodDescriptionOutboundApi.patchOutboundCampaign(ApiRequest<CampaignPatchRequest> request) Update a campaign.OutboundApiAsync.patchOutboundCampaignAsync(ApiRequest<CampaignPatchRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Update a campaign. -
Uses of CampaignPatchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CampaignPatchRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CampaignPatchRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CampaignPatchRequestModifier and TypeMethodDescriptionPatchOutboundCampaignRequest.builder(String campaignId, CampaignPatchRequest body) voidPatchOutboundCampaignRequest.setBody(CampaignPatchRequest body) PatchOutboundCampaignRequest.Builder.withBody(CampaignPatchRequest body) PatchOutboundCampaignRequest.withBody(CampaignPatchRequest body) PatchOutboundCampaignRequest.Builder.withRequiredParams(String campaignId, CampaignPatchRequest body) -
Uses of CampaignPatchRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CampaignPatchRequestModifier and TypeMethodDescriptionCampaignPatchRequest.abandonRate(BigDecimal abandonRate) The targeted compliance abandon rate percentageCampaignPatchRequest.dynamicLineBalancingSettings(DynamicLineBalancingSettingsPatchRequest dynamicLineBalancingSettings) Dynamic line balancing settingsCampaignPatchRequest.maxCallsPerAgent(BigDecimal maxCallsPerAgent) The maximum number of calls that can be placed per agent on this campaignCampaignPatchRequest.outboundLineCount(Integer outboundLineCount) The number of outbound lines to be concurrently dialed.CampaignPatchRequest.queue(AddressableEntityRef queue) The Queue for this Campaign to route calls to.