Uses of Class
com.oracle.bmc.ospgateway.responses.GetInvoiceResponse
-
Packages that use GetInvoiceResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of GetInvoiceResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return GetInvoiceResponse Modifier and Type Method Description GetInvoiceResponse
InvoiceService. getInvoice(GetInvoiceRequest request)
Returns an invoice by invoice idGetInvoiceResponse
InvoiceServiceClient. getInvoice(GetInvoiceRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type GetInvoiceResponse Modifier and Type Method Description Future<GetInvoiceResponse>
InvoiceServiceAsync. getInvoice(GetInvoiceRequest request, AsyncHandler<GetInvoiceRequest,GetInvoiceResponse> handler)
Returns an invoice by invoice idFuture<GetInvoiceResponse>
InvoiceServiceAsyncClient. getInvoice(GetInvoiceRequest request, AsyncHandler<GetInvoiceRequest,GetInvoiceResponse> handler)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type GetInvoiceResponse Modifier and Type Method Description Future<GetInvoiceResponse>
InvoiceServiceAsync. getInvoice(GetInvoiceRequest request, AsyncHandler<GetInvoiceRequest,GetInvoiceResponse> handler)
Returns an invoice by invoice idFuture<GetInvoiceResponse>
InvoiceServiceAsyncClient. getInvoice(GetInvoiceRequest request, AsyncHandler<GetInvoiceRequest,GetInvoiceResponse> handler)
-
Uses of GetInvoiceResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return GetInvoiceResponse Modifier and Type Method Description GetInvoiceResponse
GetInvoiceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type GetInvoiceResponse Modifier and Type Method Description GetInvoiceResponse.Builder
GetInvoiceResponse.Builder. copy(GetInvoiceResponse o)
Copy method to populate the builder with values from the given instance.
-