Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.GetOrderResponse
-
Packages that use GetOrderResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of GetOrderResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return GetOrderResponse Modifier and Type Method Description GetOrderResponse
Orders. getOrder(GetOrderRequest request)
Returns the order details given by the order ID in the JWT.GetOrderResponse
OrdersClient. getOrder(GetOrderRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type GetOrderResponse 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)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type GetOrderResponse 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 GetOrderResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return GetOrderResponse Modifier and Type Method Description GetOrderResponse
GetOrderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type GetOrderResponse Modifier and Type Method Description GetOrderResponse.Builder
GetOrderResponse.Builder. copy(GetOrderResponse o)
Copy method to populate the builder with values from the given instance.
-