public class RetrievingWebhooksSubscriptionsApi extends Object
| Constructor and Description |
|---|
RetrievingWebhooksSubscriptionsApi() |
RetrievingWebhooksSubscriptionsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
WebhooksSubscriptionsListDTO |
webhooksSubscriptionsGet(String xWSO2Tenant)
Get webhooks subscriptions
This will provide list of webhooks subscriptions from the database.
|
com.squareup.okhttp.Call |
webhooksSubscriptionsGetAsync(String xWSO2Tenant,
ApiCallback<WebhooksSubscriptionsListDTO> callback)
Get webhooks subscriptions (asynchronously)
This will provide list of webhooks subscriptions from the database.
|
com.squareup.okhttp.Call |
webhooksSubscriptionsGetCall(String xWSO2Tenant,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for webhooksSubscriptionsGet
|
ApiResponse<WebhooksSubscriptionsListDTO> |
webhooksSubscriptionsGetWithHttpInfo(String xWSO2Tenant)
Get webhooks subscriptions
This will provide list of webhooks subscriptions from the database.
|
public RetrievingWebhooksSubscriptionsApi()
public RetrievingWebhooksSubscriptionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call webhooksSubscriptionsGetCall(String xWSO2Tenant, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic WebhooksSubscriptionsListDTO webhooksSubscriptionsGet(String xWSO2Tenant) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<WebhooksSubscriptionsListDTO> webhooksSubscriptionsGetWithHttpInfo(String xWSO2Tenant) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call webhooksSubscriptionsGetAsync(String xWSO2Tenant, ApiCallback<WebhooksSubscriptionsListDTO> callback) throws ApiException
xWSO2Tenant - This is used to specify the tenant domain, where the resource need to be retrieved from. (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.