Uses of Class
com.mypurecloud.sdk.v2.model.CampaignSequence
Packages that use CampaignSequence
Package
Description
-
Uses of CampaignSequence in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CampaignSequenceModifier and TypeMethodDescriptionOutboundApi.getOutboundSequence(GetOutboundSequenceRequest request) Get a dialer campaign sequence.OutboundApi.getOutboundSequence(String sequenceId) Get a dialer campaign sequence.OutboundApi.postOutboundSequences(PostOutboundSequencesRequest request) Create a new campaign sequence.OutboundApi.postOutboundSequences(CampaignSequence body) Create a new campaign sequence.OutboundApi.putOutboundSequence(PutOutboundSequenceRequest request) Update a new campaign sequence.OutboundApi.putOutboundSequence(String sequenceId, CampaignSequence body) Update a new campaign sequence.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CampaignSequenceModifier and TypeMethodDescriptionOutboundApi.getOutboundSequence(ApiRequest<Void> request) Get a dialer campaign sequence.OutboundApiAsync.getOutboundSequenceAsync(GetOutboundSequenceRequest request, AsyncApiCallback<CampaignSequence> callback) Get a dialer campaign sequence.OutboundApiAsync.getOutboundSequenceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CampaignSequence>> callback) Get a dialer campaign sequence.OutboundApi.getOutboundSequenceWithHttpInfo(String sequenceId) Get a dialer campaign sequence.OutboundApi.postOutboundSequences(ApiRequest<CampaignSequence> request) Create a new campaign sequence.OutboundApiAsync.postOutboundSequencesAsync(PostOutboundSequencesRequest request, AsyncApiCallback<CampaignSequence> callback) Create a new campaign sequence.OutboundApiAsync.postOutboundSequencesAsync(ApiRequest<CampaignSequence> request, AsyncApiCallback<ApiResponse<CampaignSequence>> callback) Create a new campaign sequence.OutboundApi.postOutboundSequencesWithHttpInfo(CampaignSequence body) Create a new campaign sequence.OutboundApi.putOutboundSequence(ApiRequest<CampaignSequence> request) Update a new campaign sequence.OutboundApiAsync.putOutboundSequenceAsync(PutOutboundSequenceRequest request, AsyncApiCallback<CampaignSequence> callback) Update a new campaign sequence.OutboundApiAsync.putOutboundSequenceAsync(ApiRequest<CampaignSequence> request, AsyncApiCallback<ApiResponse<CampaignSequence>> callback) Update a new campaign sequence.OutboundApi.putOutboundSequenceWithHttpInfo(String sequenceId, CampaignSequence body) Update a new campaign sequence.Methods in com.mypurecloud.sdk.v2.api with parameters of type CampaignSequenceModifier and TypeMethodDescriptionOutboundApi.postOutboundSequences(CampaignSequence body) Create a new campaign sequence.OutboundApi.postOutboundSequencesWithHttpInfo(CampaignSequence body) Create a new campaign sequence.OutboundApi.putOutboundSequence(String sequenceId, CampaignSequence body) Update a new campaign sequence.OutboundApi.putOutboundSequenceWithHttpInfo(String sequenceId, CampaignSequence body) Update a new campaign sequence.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CampaignSequenceModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundSequenceAsync(GetOutboundSequenceRequest request, AsyncApiCallback<CampaignSequence> callback) Get a dialer campaign sequence.OutboundApiAsync.getOutboundSequenceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<CampaignSequence>> callback) Get a dialer campaign sequence.OutboundApi.postOutboundSequences(ApiRequest<CampaignSequence> request) Create a new campaign sequence.OutboundApiAsync.postOutboundSequencesAsync(PostOutboundSequencesRequest request, AsyncApiCallback<CampaignSequence> callback) Create a new campaign sequence.OutboundApiAsync.postOutboundSequencesAsync(ApiRequest<CampaignSequence> request, AsyncApiCallback<ApiResponse<CampaignSequence>> callback) Create a new campaign sequence.OutboundApiAsync.postOutboundSequencesAsync(ApiRequest<CampaignSequence> request, AsyncApiCallback<ApiResponse<CampaignSequence>> callback) Create a new campaign sequence.OutboundApi.putOutboundSequence(ApiRequest<CampaignSequence> request) Update a new campaign sequence.OutboundApiAsync.putOutboundSequenceAsync(PutOutboundSequenceRequest request, AsyncApiCallback<CampaignSequence> callback) Update a new campaign sequence.OutboundApiAsync.putOutboundSequenceAsync(ApiRequest<CampaignSequence> request, AsyncApiCallback<ApiResponse<CampaignSequence>> callback) Update a new campaign sequence.OutboundApiAsync.putOutboundSequenceAsync(ApiRequest<CampaignSequence> request, AsyncApiCallback<ApiResponse<CampaignSequence>> callback) Update a new campaign sequence. -
Uses of CampaignSequence in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CampaignSequenceModifier and TypeMethodDescriptionPostOutboundSequencesRequest.getBody()PutOutboundSequenceRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CampaignSequenceModifier and TypeMethodDescriptionPostOutboundSequencesRequest.withHttpInfo()PutOutboundSequenceRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type CampaignSequenceModifier and TypeMethodDescriptionPostOutboundSequencesRequest.builder(CampaignSequence body) PutOutboundSequenceRequest.builder(String sequenceId, CampaignSequence body) voidPostOutboundSequencesRequest.setBody(CampaignSequence body) voidPutOutboundSequenceRequest.setBody(CampaignSequence body) PostOutboundSequencesRequest.Builder.withBody(CampaignSequence body) PostOutboundSequencesRequest.withBody(CampaignSequence body) PutOutboundSequenceRequest.Builder.withBody(CampaignSequence body) PutOutboundSequenceRequest.withBody(CampaignSequence body) PostOutboundSequencesRequest.Builder.withRequiredParams(CampaignSequence body) PutOutboundSequenceRequest.Builder.withRequiredParams(String sequenceId, CampaignSequence body) -
Uses of CampaignSequence in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CampaignSequenceModifier and TypeMethodDescriptionCampaignSequence.campaigns(List<DomainEntityRef> campaigns) The ordered list of Campaigns that this CampaignSequence will run.Indicates if a sequence should repeat from the beginning after the last campaign completes.CampaignSequence.status(CampaignSequence.StatusEnum status) The current status of the CampaignSequence.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 CampaignSequenceMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CampaignSequenceModifier and TypeMethodDescriptionCampaignSequenceEntityListing.entities(List<CampaignSequence> entities) voidCampaignSequenceEntityListing.setEntities(List<CampaignSequence> entities)