public class SubscriberApi extends Object
| Constructor and Description |
|---|
SubscriberApi() |
SubscriberApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
SubscriberInfoDTO |
getSubscriberInfoBySubscriptionId(String subscriptionId)
Get Details of a Subscriber
This operation can be used to get details of a user who subscribed to the API.
|
okhttp3.Call |
getSubscriberInfoBySubscriptionIdAsync(String subscriptionId,
ApiCallback<SubscriberInfoDTO> _callback)
Get Details of a Subscriber (asynchronously)
This operation can be used to get details of a user who subscribed to the API.
|
okhttp3.Call |
getSubscriberInfoBySubscriptionIdCall(String subscriptionId,
ApiCallback _callback)
Build call for getSubscriberInfoBySubscriptionId
|
ApiResponse<SubscriberInfoDTO> |
getSubscriberInfoBySubscriptionIdWithHttpInfo(String subscriptionId)
Get Details of a Subscriber
This operation can be used to get details of a user who subscribed to the API.
|
void |
setApiClient(ApiClient apiClient) |
public SubscriberApi()
public SubscriberApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getSubscriberInfoBySubscriptionIdCall(String subscriptionId, ApiCallback _callback) throws ApiException
subscriptionId - Subscription Id (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic SubscriberInfoDTO getSubscriberInfoBySubscriptionId(String subscriptionId) throws ApiException
subscriptionId - Subscription Id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SubscriberInfoDTO> getSubscriberInfoBySubscriptionIdWithHttpInfo(String subscriptionId) throws ApiException
subscriptionId - Subscription Id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getSubscriberInfoBySubscriptionIdAsync(String subscriptionId, ApiCallback<SubscriberInfoDTO> _callback) throws ApiException
subscriptionId - Subscription Id (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 © 2021 WSO2 Inc. All rights reserved.