Uses of Class
org.wso2.am.integration.clients.internal.api.dto.WebhooksSubscriptionsListDTO
Packages that use WebhooksSubscriptionsListDTO
Package
Description
-
Uses of WebhooksSubscriptionsListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return WebhooksSubscriptionsListDTOModifier and TypeMethodDescriptionRetrievingWebhooksSubscriptionsApi.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 WebhooksSubscriptionsListDTOModifier and TypeMethodDescriptionRetrievingWebhooksSubscriptionsApi.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 WebhooksSubscriptionsListDTOModifier and TypeMethodDescriptioncom.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 WebhooksSubscriptionsListDTOModifier and TypeMethodDescriptionWebhooksSubscriptionsListDTO.addListItem(WebhooksSubscriptionDTO listItem) WebhooksSubscriptionsListDTO.list(List<WebhooksSubscriptionDTO> list) WebhooksSubscriptionsListDTO.pagination(PaginationDTO pagination)