Uses of Class
com.oracle.bmc.ospgateway.requests.GetInvoiceRequest
-
Packages that use GetInvoiceRequest Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.requests -
-
Uses of GetInvoiceRequest in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway with parameters of type GetInvoiceRequest Modifier and Type Method Description GetInvoiceResponse
InvoiceService. getInvoice(GetInvoiceRequest request)
Returns an invoice by invoice idFuture<GetInvoiceResponse>
InvoiceServiceAsync. getInvoice(GetInvoiceRequest request, AsyncHandler<GetInvoiceRequest,GetInvoiceResponse> handler)
Returns an invoice by invoice idFuture<GetInvoiceResponse>
InvoiceServiceAsyncClient. getInvoice(GetInvoiceRequest request, AsyncHandler<GetInvoiceRequest,GetInvoiceResponse> handler)
GetInvoiceResponse
InvoiceServiceClient. getInvoice(GetInvoiceRequest request)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type GetInvoiceRequest 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 GetInvoiceRequest in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return GetInvoiceRequest Modifier and Type Method Description GetInvoiceRequest
GetInvoiceRequest.Builder. build()
Build the instance of GetInvoiceRequest as configured by this builderGetInvoiceRequest
GetInvoiceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetInvoiceRequest as configured by this builderMethods in com.oracle.bmc.ospgateway.requests with parameters of type GetInvoiceRequest Modifier and Type Method Description GetInvoiceRequest.Builder
GetInvoiceRequest.Builder. copy(GetInvoiceRequest o)
Copy method to populate the builder with values from the given instance.
-