Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOutboundCampaignLinedistributionRequest
Packages that use GetOutboundCampaignLinedistributionRequest
-
Uses of GetOutboundCampaignLinedistributionRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOutboundCampaignLinedistributionRequestModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignLinedistribution(GetOutboundCampaignLinedistributionRequest request) Get line distribution information for campaigns using same Edge Group or Site as given campaignOutboundApiAsync.getOutboundCampaignLinedistributionAsync(GetOutboundCampaignLinedistributionRequest request, AsyncApiCallback<CampaignOutboundLinesDistribution> callback) Get line distribution information for campaigns using same Edge Group or Site as given campaign -
Uses of GetOutboundCampaignLinedistributionRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOutboundCampaignLinedistributionRequestModifier and TypeMethodDescriptionGetOutboundCampaignLinedistributionRequest.Builder.build()GetOutboundCampaignLinedistributionRequest.withCampaignId(String campaignId) GetOutboundCampaignLinedistributionRequest.withCustomHeader(String name, String value) GetOutboundCampaignLinedistributionRequest.withEdgeGroupId(String edgeGroupId) GetOutboundCampaignLinedistributionRequest.withIncludeOnlyActiveCampaigns(Boolean includeOnlyActiveCampaigns) GetOutboundCampaignLinedistributionRequest.withOutboundLineCount(Integer outboundLineCount) GetOutboundCampaignLinedistributionRequest.withRelativeWeight(Integer relativeWeight) GetOutboundCampaignLinedistributionRequest.withSiteId(String siteId) GetOutboundCampaignLinedistributionRequest.withUseWeight(Boolean useWeight)