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