| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
WebhookSubscriptionListDTO |
WebhooksApi.getAllWebhooksOfAPI(String applicationId,
String apiId,
String xWSO2Tenant)
Get available web hook subscriptions for a given application.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WebhookSubscriptionListDTO> |
WebhooksApi.getAllWebhooksOfAPIWithHttpInfo(String applicationId,
String apiId,
String xWSO2Tenant)
Get available web hook subscriptions for a given application.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
WebhooksApi.getAllWebhooksOfAPIAsync(String applicationId,
String apiId,
String xWSO2Tenant,
ApiCallback<WebhookSubscriptionListDTO> _callback)
Get available web hook subscriptions for a given application.
|
| Modifier and Type | Method and Description |
|---|---|
WebhookSubscriptionListDTO |
WebhookSubscriptionListDTO.count(Integer count) |
WebhookSubscriptionListDTO |
WebhookSubscriptionListDTO.list(List<WebhookSubscriptionDTO> list) |
WebhookSubscriptionListDTO |
WebhookSubscriptionListDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.