Uses of Class
org.wso2.am.integration.clients.internal.api.dto.WebhooksSubscriptionDTO
-
Packages that use WebhooksSubscriptionDTO Package Description org.wso2.am.integration.clients.internal.api.dto -
-
Uses of WebhooksSubscriptionDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return WebhooksSubscriptionDTO Modifier and Type Method Description WebhooksSubscriptionDTOWebhooksSubscriptionDTO. apiContext(String apiContext)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. apiTier(String apiTier)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. apiUUID(String apiUUID)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. apiVersion(String apiVersion)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. appID(String appID)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. applicationTier(String applicationTier)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. callbackURL(String callbackURL)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. expiryTime(Long expiryTime)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. secret(String secret)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. subscriberName(String subscriberName)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. tenantDomain(String tenantDomain)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. tenantId(Integer tenantId)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. tier(String tier)WebhooksSubscriptionDTOWebhooksSubscriptionDTO. topicName(String topicName)Methods in org.wso2.am.integration.clients.internal.api.dto that return types with arguments of type WebhooksSubscriptionDTO Modifier and Type Method Description List<WebhooksSubscriptionDTO>WebhooksSubscriptionsListDTO. getList()Get listMethods in org.wso2.am.integration.clients.internal.api.dto with parameters of type WebhooksSubscriptionDTO Modifier and Type Method Description WebhooksSubscriptionsListDTOWebhooksSubscriptionsListDTO. addListItem(WebhooksSubscriptionDTO listItem)Method parameters in org.wso2.am.integration.clients.internal.api.dto with type arguments of type WebhooksSubscriptionDTO Modifier and Type Method Description WebhooksSubscriptionsListDTOWebhooksSubscriptionsListDTO. list(List<WebhooksSubscriptionDTO> list)voidWebhooksSubscriptionsListDTO. setList(List<WebhooksSubscriptionDTO> list)
-