Uses of Class
com.mypurecloud.sdk.v2.api.request.GetOutboundCampaignSkillcombinationsRequest
Packages that use GetOutboundCampaignSkillcombinationsRequest
-
Uses of GetOutboundCampaignSkillcombinationsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetOutboundCampaignSkillcombinationsRequestModifier and TypeMethodDescriptionOutboundApi.getOutboundCampaignSkillcombinations(GetOutboundCampaignSkillcombinationsRequest request) Get the remaining and total contact count for each skill combination in a skills campaignOutboundApiAsync.getOutboundCampaignSkillcombinationsAsync(GetOutboundCampaignSkillcombinationsRequest request, AsyncApiCallback<PagedSkillCombinationListing> callback) Get the remaining and total contact count for each skill combination in a skills campaign -
Uses of GetOutboundCampaignSkillcombinationsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetOutboundCampaignSkillcombinationsRequestModifier and TypeMethodDescriptionGetOutboundCampaignSkillcombinationsRequest.Builder.build()GetOutboundCampaignSkillcombinationsRequest.withCampaignId(String campaignId) GetOutboundCampaignSkillcombinationsRequest.withCustomHeader(String name, String value) GetOutboundCampaignSkillcombinationsRequest.withPageNumber(Integer pageNumber) GetOutboundCampaignSkillcombinationsRequest.withPageSize(Integer pageSize)