public class SubscriptionsFollowOnsApi extends Object
| Constructor and Description |
|---|
SubscriptionsFollowOnsApi() |
SubscriptionsFollowOnsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriptionResponse |
createFollowOnSubscription(String requestId,
CreateSubscriptionRequest1 createSubscriptionRequest)
Create a Follow-On Subscription
Create a new Subscription based on the Request Id of an existing successful Transaction.
|
okhttp3.Call |
createFollowOnSubscriptionAsync(String requestId,
CreateSubscriptionRequest1 createSubscriptionRequest,
ApiCallback<CreateSubscriptionResponse> callback)
Create a Follow-On Subscription (asynchronously)
Create a new Subscription based on the Request Id of an existing successful Transaction.
|
okhttp3.Call |
createFollowOnSubscriptionCall(String requestId,
CreateSubscriptionRequest1 createSubscriptionRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createFollowOnSubscription
|
ApiResponse<CreateSubscriptionResponse> |
createFollowOnSubscriptionWithHttpInfo(String requestId,
CreateSubscriptionRequest1 createSubscriptionRequest)
Create a Follow-On Subscription
Create a new Subscription based on the Request Id of an existing successful Transaction.
|
ApiClient |
getApiClient() |
GetSubscriptionResponse1 |
getFollowOnSubscription(String requestId)
Get a Follow-On Subscription
Get details of the Subscription being created based on the Request Id of an existing successful Transaction.
|
okhttp3.Call |
getFollowOnSubscriptionAsync(String requestId,
ApiCallback<GetSubscriptionResponse1> callback)
Get a Follow-On Subscription (asynchronously)
Get details of the Subscription being created based on the Request Id of an existing successful Transaction.
|
okhttp3.Call |
getFollowOnSubscriptionCall(String requestId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getFollowOnSubscription
|
ApiResponse<GetSubscriptionResponse1> |
getFollowOnSubscriptionWithHttpInfo(String requestId)
Get a Follow-On Subscription
Get details of the Subscription being created based on the Request Id of an existing successful Transaction.
|
void |
setApiClient(ApiClient apiClient) |
public SubscriptionsFollowOnsApi()
public SubscriptionsFollowOnsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createFollowOnSubscriptionCall(String requestId, CreateSubscriptionRequest1 createSubscriptionRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
requestId - Request Id of an existing successful Transaction (required)createSubscriptionRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CreateSubscriptionResponse createFollowOnSubscription(String requestId, CreateSubscriptionRequest1 createSubscriptionRequest) throws ApiException
requestId - Request Id of an existing successful Transaction (required)createSubscriptionRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CreateSubscriptionResponse> createFollowOnSubscriptionWithHttpInfo(String requestId, CreateSubscriptionRequest1 createSubscriptionRequest) throws ApiException
requestId - Request Id of an existing successful Transaction (required)createSubscriptionRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call createFollowOnSubscriptionAsync(String requestId, CreateSubscriptionRequest1 createSubscriptionRequest, ApiCallback<CreateSubscriptionResponse> callback) throws ApiException
requestId - Request Id of an existing successful Transaction (required)createSubscriptionRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getFollowOnSubscriptionCall(String requestId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
requestId - Request Id of an existing successful Transaction (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetSubscriptionResponse1 getFollowOnSubscription(String requestId) throws ApiException
requestId - Request Id of an existing successful Transaction (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetSubscriptionResponse1> getFollowOnSubscriptionWithHttpInfo(String requestId) throws ApiException
requestId - Request Id of an existing successful Transaction (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getFollowOnSubscriptionAsync(String requestId, ApiCallback<GetSubscriptionResponse1> callback) throws ApiException
requestId - Request Id of an existing successful Transaction (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2025. All rights reserved.