Uses of Class
org.wso2.am.integration.clients.internal.api.dto.WebhooksSubscriptionsListDTO
-
Packages that use WebhooksSubscriptionsListDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of WebhooksSubscriptionsListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return WebhooksSubscriptionsListDTO Modifier and Type Method Description WebhooksSubscriptionsListDTORetrievingWebhooksSubscriptionsApi. webhooksSubscriptionsGet(String xWSO2Tenant)Get webhooks subscriptions This will provide list of webhooks subscriptions from the database.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type WebhooksSubscriptionsListDTO Modifier and Type Method Description ApiResponse<WebhooksSubscriptionsListDTO>RetrievingWebhooksSubscriptionsApi. webhooksSubscriptionsGetWithHttpInfo(String xWSO2Tenant)Get webhooks subscriptions This will provide list of webhooks subscriptions from the database.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type WebhooksSubscriptionsListDTO Modifier and Type Method Description com.squareup.okhttp.CallRetrievingWebhooksSubscriptionsApi. webhooksSubscriptionsGetAsync(String xWSO2Tenant, ApiCallback<WebhooksSubscriptionsListDTO> callback)Get webhooks subscriptions (asynchronously) This will provide list of webhooks subscriptions from the database. -
Uses of WebhooksSubscriptionsListDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return WebhooksSubscriptionsListDTO Modifier and Type Method Description WebhooksSubscriptionsListDTOWebhooksSubscriptionsListDTO. addListItem(WebhooksSubscriptionDTO listItem)WebhooksSubscriptionsListDTOWebhooksSubscriptionsListDTO. list(List<WebhooksSubscriptionDTO> list)WebhooksSubscriptionsListDTOWebhooksSubscriptionsListDTO. pagination(PaginationDTO pagination)
-