Uses of Class
com.oracle.bmc.ospgateway.requests.PaySubscriptionRequest
-
Packages that use PaySubscriptionRequest Package Description com.oracle.bmc.ospgateway com.oracle.bmc.ospgateway.requests -
-
Uses of PaySubscriptionRequest in com.oracle.bmc.ospgateway
Methods in com.oracle.bmc.ospgateway with parameters of type PaySubscriptionRequest Modifier and Type Method Description PaySubscriptionResponse
SubscriptionService. paySubscription(PaySubscriptionRequest request)
Pay a subscriptionFuture<PaySubscriptionResponse>
SubscriptionServiceAsync. paySubscription(PaySubscriptionRequest request, AsyncHandler<PaySubscriptionRequest,PaySubscriptionResponse> handler)
Pay a subscriptionFuture<PaySubscriptionResponse>
SubscriptionServiceAsyncClient. paySubscription(PaySubscriptionRequest request, AsyncHandler<PaySubscriptionRequest,PaySubscriptionResponse> handler)
PaySubscriptionResponse
SubscriptionServiceClient. paySubscription(PaySubscriptionRequest request)
Method parameters in com.oracle.bmc.ospgateway with type arguments of type PaySubscriptionRequest 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 PaySubscriptionRequest in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return PaySubscriptionRequest Modifier and Type Method Description PaySubscriptionRequest
PaySubscriptionRequest.Builder. build()
Build the instance of PaySubscriptionRequest as configured by this builderPaySubscriptionRequest
PaySubscriptionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PaySubscriptionRequest as configured by this builderMethods in com.oracle.bmc.ospgateway.requests with parameters of type PaySubscriptionRequest Modifier and Type Method Description PaySubscriptionRequest.Builder
PaySubscriptionRequest.Builder. copy(PaySubscriptionRequest o)
Copy method to populate the builder with values from the given instance.
-