Uses of Class
com.mypurecloud.sdk.v2.model.CampaignSequenceEntityListing
Packages that use CampaignSequenceEntityListing
-
Uses of CampaignSequenceEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CampaignSequenceEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundSequences(GetOutboundSequencesRequest request) Query a list of dialer campaign sequences.OutboundApi.getOutboundSequences(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query a list of dialer campaign sequences.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CampaignSequenceEntityListingModifier and TypeMethodDescriptionOutboundApi.getOutboundSequences(ApiRequest<Void> request) Query a list of dialer campaign sequences.OutboundApiAsync.getOutboundSequencesAsync(GetOutboundSequencesRequest request, AsyncApiCallback<CampaignSequenceEntityListing> callback) Query a list of dialer campaign sequences.OutboundApiAsync.getOutboundSequencesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CampaignSequenceEntityListing>> callback) Query a list of dialer campaign sequences.OutboundApi.getOutboundSequencesWithHttpInfo(Integer pageSize, Integer pageNumber, Boolean allowEmptyResult, String filterType, String name, String sortBy, String sortOrder) Query a list of dialer campaign sequences.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CampaignSequenceEntityListingModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundSequencesAsync(GetOutboundSequencesRequest request, AsyncApiCallback<CampaignSequenceEntityListing> callback) Query a list of dialer campaign sequences.OutboundApiAsync.getOutboundSequencesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CampaignSequenceEntityListing>> callback) Query a list of dialer campaign sequences. -
Uses of CampaignSequenceEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CampaignSequenceEntityListingModifier and TypeMethodDescriptionCampaignSequenceEntityListing.entities(List<CampaignSequence> entities) CampaignSequenceEntityListing.pageNumber(Integer pageNumber) CampaignSequenceEntityListing.previousUri(String previousUri)