Uses of Class
com.oracle.bmc.ospgateway.requests.DownloadPdfContentRequest
-
Packages that use DownloadPdfContentRequest Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.requests -
-
Uses of DownloadPdfContentRequest in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway with parameters of type DownloadPdfContentRequest Modifier and Type Method Description DownloadPdfContentResponse
InvoiceService. downloadPdfContent(DownloadPdfContentRequest request)
Returns an invoice in pdf formatFuture<DownloadPdfContentResponse>
InvoiceServiceAsync. downloadPdfContent(DownloadPdfContentRequest request, AsyncHandler<DownloadPdfContentRequest,DownloadPdfContentResponse> handler)
Returns an invoice in pdf formatFuture<DownloadPdfContentResponse>
InvoiceServiceAsyncClient. downloadPdfContent(DownloadPdfContentRequest request, AsyncHandler<DownloadPdfContentRequest,DownloadPdfContentResponse> handler)
DownloadPdfContentResponse
InvoiceServiceClient. downloadPdfContent(DownloadPdfContentRequest request)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type DownloadPdfContentRequest Modifier and Type Method Description Future<DownloadPdfContentResponse>
InvoiceServiceAsync. downloadPdfContent(DownloadPdfContentRequest request, AsyncHandler<DownloadPdfContentRequest,DownloadPdfContentResponse> handler)
Returns an invoice in pdf formatFuture<DownloadPdfContentResponse>
InvoiceServiceAsyncClient. downloadPdfContent(DownloadPdfContentRequest request, AsyncHandler<DownloadPdfContentRequest,DownloadPdfContentResponse> handler)
-
Uses of DownloadPdfContentRequest in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return DownloadPdfContentRequest Modifier and Type Method Description DownloadPdfContentRequest
DownloadPdfContentRequest.Builder. build()
Build the instance of DownloadPdfContentRequest as configured by this builderDownloadPdfContentRequest
DownloadPdfContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DownloadPdfContentRequest as configured by this builderMethods in com.oracle.bmc.ospgateway.requests with parameters of type DownloadPdfContentRequest Modifier and Type Method Description DownloadPdfContentRequest.Builder
DownloadPdfContentRequest.Builder. copy(DownloadPdfContentRequest o)
Copy method to populate the builder with values from the given instance.
-