Uses of Class
com.mypurecloud.sdk.v2.model.UrlResponse
Packages that use UrlResponse
-
Uses of UrlResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UrlResponseModifier and TypeMethodDescriptionBillingApi.getBillingContractsInvoiceDocument(GetBillingContractsInvoiceDocumentRequest request) Get invoice document Fetch the document for a specific invoice.BillingApi.getBillingContractsInvoiceDocument(String invoiceId) Get invoice document Fetch the document for a specific invoice.DownloadsApi.getDownload(GetDownloadRequest request) Issues a redirect to a signed secure download URL for specified download this method will issue a redirect to the url to the contentDownloadsApi.getDownload(String downloadId, String contentDisposition, Boolean issueRedirect, Boolean redirectToAuth) Issues a redirect to a signed secure download URL for specified download this method will issue a redirect to the url to the contentMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type UrlResponseModifier and TypeMethodDescriptionBillingApi.getBillingContractsInvoiceDocument(ApiRequest<Void> request) Get invoice document Fetch the document for a specific invoice.BillingApiAsync.getBillingContractsInvoiceDocumentAsync(GetBillingContractsInvoiceDocumentRequest request, AsyncApiCallback<UrlResponse> callback) Get invoice document Fetch the document for a specific invoice.BillingApiAsync.getBillingContractsInvoiceDocumentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UrlResponse>> callback) Get invoice document Fetch the document for a specific invoice.BillingApi.getBillingContractsInvoiceDocumentWithHttpInfo(String invoiceId) Get invoice document Fetch the document for a specific invoice.DownloadsApi.getDownload(ApiRequest<Void> request) Issues a redirect to a signed secure download URL for specified download this method will issue a redirect to the url to the contentDownloadsApiAsync.getDownloadAsync(GetDownloadRequest request, AsyncApiCallback<UrlResponse> callback) Issues a redirect to a signed secure download URL for specified download this method will issue a redirect to the url to the contentDownloadsApiAsync.getDownloadAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UrlResponse>> callback) Issues a redirect to a signed secure download URL for specified download this method will issue a redirect to the url to the contentDownloadsApi.getDownloadWithHttpInfo(String downloadId, String contentDisposition, Boolean issueRedirect, Boolean redirectToAuth) Issues a redirect to a signed secure download URL for specified download this method will issue a redirect to the url to the contentMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UrlResponseModifier and TypeMethodDescriptionBillingApiAsync.getBillingContractsInvoiceDocumentAsync(GetBillingContractsInvoiceDocumentRequest request, AsyncApiCallback<UrlResponse> callback) Get invoice document Fetch the document for a specific invoice.BillingApiAsync.getBillingContractsInvoiceDocumentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UrlResponse>> callback) Get invoice document Fetch the document for a specific invoice.DownloadsApiAsync.getDownloadAsync(GetDownloadRequest request, AsyncApiCallback<UrlResponse> callback) Issues a redirect to a signed secure download URL for specified download this method will issue a redirect to the url to the contentDownloadsApiAsync.getDownloadAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UrlResponse>> callback) Issues a redirect to a signed secure download URL for specified download this method will issue a redirect to the url to the content -
Uses of UrlResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UrlResponse