public class SubscriberApi extends Object
| Constructor and Description |
|---|
SubscriberApi() |
SubscriberApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
SubscriberInfoDTO |
subscriptionsSubscriptionIdSubscriberInfoGet(String subscriptionId)
Get details of a user who subscribed an API
This operation can be used to get details of a user who subscribed to the API.
|
com.squareup.okhttp.Call |
subscriptionsSubscriptionIdSubscriberInfoGetAsync(String subscriptionId,
ApiCallback<SubscriberInfoDTO> callback)
Get details of a user who subscribed an API (asynchronously)
This operation can be used to get details of a user who subscribed to the API.
|
com.squareup.okhttp.Call |
subscriptionsSubscriptionIdSubscriberInfoGetCall(String subscriptionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsSubscriptionIdSubscriberInfoGet
|
ApiResponse<SubscriberInfoDTO> |
subscriptionsSubscriptionIdSubscriberInfoGetWithHttpInfo(String subscriptionId)
Get details of a user who subscribed an API
This operation can be used to get details of a user who subscribed to the API.
|
public SubscriberApi()
public SubscriberApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call subscriptionsSubscriptionIdSubscriberInfoGetCall(String subscriptionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
subscriptionId - Subscription Id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic SubscriberInfoDTO subscriptionsSubscriptionIdSubscriberInfoGet(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> subscriptionsSubscriptionIdSubscriberInfoGetWithHttpInfo(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 com.squareup.okhttp.Call subscriptionsSubscriptionIdSubscriberInfoGetAsync(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 © 2020 WSO2 Inc. All rights reserved.