public class GetSubscriptionInfoApi extends Object
| Constructor and Description |
|---|
GetSubscriptionInfoApi() |
GetSubscriptionInfoApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
SubscriptionDTO |
subscriptionsGet(String apiUUID,
String appUUID,
String tenantDomain)
Get the subscriptions meta information of an api by providing the api uuid and application uuid.
|
com.squareup.okhttp.Call |
subscriptionsGetAsync(String apiUUID,
String appUUID,
String tenantDomain,
ApiCallback<SubscriptionDTO> callback)
Get the subscriptions meta information of an api by providing the api uuid and application uuid.
|
com.squareup.okhttp.Call |
subscriptionsGetCall(String apiUUID,
String appUUID,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subscriptionsGet
|
ApiResponse<SubscriptionDTO> |
subscriptionsGetWithHttpInfo(String apiUUID,
String appUUID,
String tenantDomain)
Get the subscriptions meta information of an api by providing the api uuid and application uuid.
|
public GetSubscriptionInfoApi()
public GetSubscriptionInfoApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call subscriptionsGetCall(String apiUUID, String appUUID, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiUUID - UUID of the API (optional)appUUID - UUID of the Application (optional)tenantDomain - Tenant Domain of the Application (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic SubscriptionDTO subscriptionsGet(String apiUUID, String appUUID, String tenantDomain) throws ApiException
apiUUID - UUID of the API (optional)appUUID - UUID of the Application (optional)tenantDomain - Tenant Domain of the Application (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<SubscriptionDTO> subscriptionsGetWithHttpInfo(String apiUUID, String appUUID, String tenantDomain) throws ApiException
apiUUID - UUID of the API (optional)appUUID - UUID of the Application (optional)tenantDomain - Tenant Domain of the Application (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call subscriptionsGetAsync(String apiUUID, String appUUID, String tenantDomain, ApiCallback<SubscriptionDTO> callback) throws ApiException
apiUUID - UUID of the API (optional)appUUID - UUID of the Application (optional)tenantDomain - Tenant Domain of the Application (optional)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 © 2022 WSO2 Inc. All rights reserved.