| Package | Description |
|---|---|
| org.wso2.am.integration.clients.internal.api | |
| org.wso2.am.integration.clients.internal.api.dto |
| Modifier and Type | Method and Description |
|---|---|
WebhooksSubscriptionsListDTO |
RetrievingWebhooksSubscriptionsApi.webhooksSubscriptionsGet(String xWSO2Tenant)
Get webhooks subscriptions
This will provide list of webhooks subscriptions from the database.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WebhooksSubscriptionsListDTO> |
RetrievingWebhooksSubscriptionsApi.webhooksSubscriptionsGetWithHttpInfo(String xWSO2Tenant)
Get webhooks subscriptions
This will provide list of webhooks subscriptions from the database.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
RetrievingWebhooksSubscriptionsApi.webhooksSubscriptionsGetAsync(String xWSO2Tenant,
ApiCallback<WebhooksSubscriptionsListDTO> callback)
Get webhooks subscriptions (asynchronously)
This will provide list of webhooks subscriptions from the database.
|
| Modifier and Type | Method and Description |
|---|---|
WebhooksSubscriptionsListDTO |
WebhooksSubscriptionsListDTO.addListItem(WebhooksSubscriptionDTO listItem) |
WebhooksSubscriptionsListDTO |
WebhooksSubscriptionsListDTO.list(List<WebhooksSubscriptionDTO> list) |
WebhooksSubscriptionsListDTO |
WebhooksSubscriptionsListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.