Uses of Class
com.mypurecloud.sdk.v2.model.ExportUri
Packages that use ExportUri
-
Uses of ExportUri in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ExportUriModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlistExport(GetOutboundContactlistExportRequest request) Get the URI of a contact list export.OutboundApi.getOutboundContactlistExport(String contactListId, String download) Get the URI of a contact list export.OutboundApi.getOutboundDnclistExport(GetOutboundDnclistExportRequest request) Get the URI of a DNC list export.OutboundApi.getOutboundDnclistExport(String dncListId, String download) Get the URI of a DNC list export.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ExportUriModifier and TypeMethodDescriptionOutboundApi.getOutboundContactlistExport(ApiRequest<Void> request) Get the URI of a contact list export.OutboundApiAsync.getOutboundContactlistExportAsync(GetOutboundContactlistExportRequest request, AsyncApiCallback<ExportUri> callback) Get the URI of a contact list export.OutboundApiAsync.getOutboundContactlistExportAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExportUri>> callback) Get the URI of a contact list export.OutboundApi.getOutboundContactlistExportWithHttpInfo(String contactListId, String download) Get the URI of a contact list export.OutboundApi.getOutboundDnclistExport(ApiRequest<Void> request) Get the URI of a DNC list export.OutboundApiAsync.getOutboundDnclistExportAsync(GetOutboundDnclistExportRequest request, AsyncApiCallback<ExportUri> callback) Get the URI of a DNC list export.OutboundApiAsync.getOutboundDnclistExportAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExportUri>> callback) Get the URI of a DNC list export.OutboundApi.getOutboundDnclistExportWithHttpInfo(String dncListId, String download) Get the URI of a DNC list export.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ExportUriModifier and TypeMethodDescriptionOutboundApiAsync.getOutboundContactlistExportAsync(GetOutboundContactlistExportRequest request, AsyncApiCallback<ExportUri> callback) Get the URI of a contact list export.OutboundApiAsync.getOutboundContactlistExportAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExportUri>> callback) Get the URI of a contact list export.OutboundApiAsync.getOutboundDnclistExportAsync(GetOutboundDnclistExportRequest request, AsyncApiCallback<ExportUri> callback) Get the URI of a DNC list export.OutboundApiAsync.getOutboundDnclistExportAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ExportUri>> callback) Get the URI of a DNC list export. -
Uses of ExportUri in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExportUri