Uses of Class
org.wso2.am.integration.clients.internal.api.dto.WebhooksSubscriptionDTO
Packages that use WebhooksSubscriptionDTO
-
Uses of WebhooksSubscriptionDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return WebhooksSubscriptionDTOModifier and TypeMethodDescriptionWebhooksSubscriptionDTO.apiContext(String apiContext) WebhooksSubscriptionDTO.apiVersion(String apiVersion) WebhooksSubscriptionDTO.applicationTier(String applicationTier) WebhooksSubscriptionDTO.callbackURL(String callbackURL) WebhooksSubscriptionDTO.expiryTime(Long expiryTime) WebhooksSubscriptionDTO.subscriberName(String subscriberName) WebhooksSubscriptionDTO.tenantDomain(String tenantDomain) Methods in org.wso2.am.integration.clients.internal.api.dto that return types with arguments of type WebhooksSubscriptionDTOMethods in org.wso2.am.integration.clients.internal.api.dto with parameters of type WebhooksSubscriptionDTOModifier and TypeMethodDescriptionWebhooksSubscriptionsListDTO.addListItem(WebhooksSubscriptionDTO listItem) Method parameters in org.wso2.am.integration.clients.internal.api.dto with type arguments of type WebhooksSubscriptionDTOModifier and TypeMethodDescriptionWebhooksSubscriptionsListDTO.list(List<WebhooksSubscriptionDTO> list) voidWebhooksSubscriptionsListDTO.setList(List<WebhooksSubscriptionDTO> list)