Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.GetOrderRequest
-
Packages that use GetOrderRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of GetOrderRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type GetOrderRequest Modifier and Type Method Description GetOrderResponse
Orders. getOrder(GetOrderRequest request)
Returns the order details given by the order ID in the JWT.Future<GetOrderResponse>
OrdersAsync. getOrder(GetOrderRequest request, AsyncHandler<GetOrderRequest,GetOrderResponse> handler)
Returns the order details given by the order ID in the JWT.Future<GetOrderResponse>
OrdersAsyncClient. getOrder(GetOrderRequest request, AsyncHandler<GetOrderRequest,GetOrderResponse> handler)
GetOrderResponse
OrdersClient. getOrder(GetOrderRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetOrderRequest Modifier and Type Method Description Future<GetOrderResponse>
OrdersAsync. getOrder(GetOrderRequest request, AsyncHandler<GetOrderRequest,GetOrderResponse> handler)
Returns the order details given by the order ID in the JWT.Future<GetOrderResponse>
OrdersAsyncClient. getOrder(GetOrderRequest request, AsyncHandler<GetOrderRequest,GetOrderResponse> handler)
-
Uses of GetOrderRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return GetOrderRequest Modifier and Type Method Description GetOrderRequest
GetOrderRequest.Builder. build()
Build the instance of GetOrderRequest as configured by this builderGetOrderRequest
GetOrderRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetOrderRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type GetOrderRequest Modifier and Type Method Description GetOrderRequest.Builder
GetOrderRequest.Builder. copy(GetOrderRequest o)
Copy method to populate the builder with values from the given instance.
-