Uses of Class
com.mypurecloud.sdk.v2.model.ContactCallbackRequest
Packages that use ContactCallbackRequest
Package
Description
-
Uses of ContactCallbackRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ContactCallbackRequestModifier and TypeMethodDescriptionOutboundApi.postOutboundCampaignCallbackSchedule(PostOutboundCampaignCallbackScheduleRequest request) Deprecated.OutboundApi.postOutboundCampaignCallbackSchedule(String campaignId, ContactCallbackRequest body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ContactCallbackRequestModifier and TypeMethodDescriptionOutboundApi.postOutboundCampaignCallbackSchedule(ApiRequest<ContactCallbackRequest> request) Deprecated.OutboundApiAsync.postOutboundCampaignCallbackScheduleAsync(PostOutboundCampaignCallbackScheduleRequest request, AsyncApiCallback<ContactCallbackRequest> callback) Deprecated.OutboundApiAsync.postOutboundCampaignCallbackScheduleAsync(ApiRequest<ContactCallbackRequest> request, AsyncApiCallback<ApiResponse<ContactCallbackRequest>> callback) Deprecated.OutboundApi.postOutboundCampaignCallbackScheduleWithHttpInfo(String campaignId, ContactCallbackRequest body) Deprecated.Methods in com.mypurecloud.sdk.v2.api with parameters of type ContactCallbackRequestModifier and TypeMethodDescriptionOutboundApi.postOutboundCampaignCallbackSchedule(String campaignId, ContactCallbackRequest body) Deprecated.OutboundApi.postOutboundCampaignCallbackScheduleWithHttpInfo(String campaignId, ContactCallbackRequest body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ContactCallbackRequestModifier and TypeMethodDescriptionOutboundApi.postOutboundCampaignCallbackSchedule(ApiRequest<ContactCallbackRequest> request) Deprecated.OutboundApiAsync.postOutboundCampaignCallbackScheduleAsync(PostOutboundCampaignCallbackScheduleRequest request, AsyncApiCallback<ContactCallbackRequest> callback) Deprecated.OutboundApiAsync.postOutboundCampaignCallbackScheduleAsync(ApiRequest<ContactCallbackRequest> request, AsyncApiCallback<ApiResponse<ContactCallbackRequest>> callback) Deprecated.OutboundApiAsync.postOutboundCampaignCallbackScheduleAsync(ApiRequest<ContactCallbackRequest> request, AsyncApiCallback<ApiResponse<ContactCallbackRequest>> callback) Deprecated. -
Uses of ContactCallbackRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ContactCallbackRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ContactCallbackRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ContactCallbackRequestModifier and TypeMethodDescriptionPostOutboundCampaignCallbackScheduleRequest.builder(String campaignId, ContactCallbackRequest body) voidPostOutboundCampaignCallbackScheduleRequest.setBody(ContactCallbackRequest body) PostOutboundCampaignCallbackScheduleRequest.Builder.withBody(ContactCallbackRequest body) PostOutboundCampaignCallbackScheduleRequest.withBody(ContactCallbackRequest body) PostOutboundCampaignCallbackScheduleRequest.Builder.withRequiredParams(String campaignId, ContactCallbackRequest body) -
Uses of ContactCallbackRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactCallbackRequestModifier and TypeMethodDescriptionContactCallbackRequest.campaignId(String campaignId) Campaign identifierContact identifierContactCallbackRequest.contactListId(String contactListId) Contact list identifierContactCallbackRequest.phoneColumn(String phoneColumn) Name of the phone column containing the number to be calledThe scheduled time for the callback as an ISO-8601 string.