Uses of Class
com.oracle.bmc.ospgateway.responses.DownloadPdfContentResponse
-
Packages that use DownloadPdfContentResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of DownloadPdfContentResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return DownloadPdfContentResponse Modifier and Type Method Description DownloadPdfContentResponse
InvoiceService. downloadPdfContent(DownloadPdfContentRequest request)
Returns an invoice in pdf formatDownloadPdfContentResponse
InvoiceServiceClient. downloadPdfContent(DownloadPdfContentRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type DownloadPdfContentResponse 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)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type DownloadPdfContentResponse 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 DownloadPdfContentResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return DownloadPdfContentResponse Modifier and Type Method Description DownloadPdfContentResponse
DownloadPdfContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type DownloadPdfContentResponse Modifier and Type Method Description DownloadPdfContentResponse.Builder
DownloadPdfContentResponse.Builder. copy(DownloadPdfContentResponse o)
Copy method to populate the builder with values from the given instance.
-