Uses of Class
com.oracle.bmc.ospgateway.responses.PaySubscriptionResponse
-
Packages that use PaySubscriptionResponse Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.responses -
-
Uses of PaySubscriptionResponse in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway that return PaySubscriptionResponse Modifier and Type Method Description PaySubscriptionResponse
SubscriptionService. paySubscription(PaySubscriptionRequest request)
Pay a subscriptionPaySubscriptionResponse
SubscriptionServiceClient. paySubscription(PaySubscriptionRequest request)
Methods in com.oracle.bmc.ospgateway that return types with arguments of type PaySubscriptionResponse Modifier and Type Method Description Future<PaySubscriptionResponse>
SubscriptionServiceAsync. paySubscription(PaySubscriptionRequest request, AsyncHandler<PaySubscriptionRequest,PaySubscriptionResponse> handler)
Pay a subscriptionFuture<PaySubscriptionResponse>
SubscriptionServiceAsyncClient. paySubscription(PaySubscriptionRequest request, AsyncHandler<PaySubscriptionRequest,PaySubscriptionResponse> handler)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type PaySubscriptionResponse Modifier and Type Method Description Future<PaySubscriptionResponse>
SubscriptionServiceAsync. paySubscription(PaySubscriptionRequest request, AsyncHandler<PaySubscriptionRequest,PaySubscriptionResponse> handler)
Pay a subscriptionFuture<PaySubscriptionResponse>
SubscriptionServiceAsyncClient. paySubscription(PaySubscriptionRequest request, AsyncHandler<PaySubscriptionRequest,PaySubscriptionResponse> handler)
-
Uses of PaySubscriptionResponse in com.oracle.bmc.ospgateway.responses
Methods in com.oracle.bmc.ospgateway.responses that return PaySubscriptionResponse Modifier and Type Method Description PaySubscriptionResponse
PaySubscriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ospgateway.responses with parameters of type PaySubscriptionResponse Modifier and Type Method Description PaySubscriptionResponse.Builder
PaySubscriptionResponse.Builder. copy(PaySubscriptionResponse o)
Copy method to populate the builder with values from the given instance.
-