Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
Packages that use SubscriptionListDTO
Package
Description
-
Uses of SubscriptionListDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return SubscriptionListDTOModifier and TypeMethodDescriptionSubscriptionsApi.getSubscriptions(String apiUUID, String applicationUUID, String tenantDomain) Get Subscriptions stored in in-memory This operation is used to get the Subscriptions from the storage.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type SubscriptionListDTOModifier and TypeMethodDescriptionSubscriptionsApi.getSubscriptionsWithHttpInfo(String apiUUID, String applicationUUID, String tenantDomain) Get Subscriptions stored in in-memory This operation is used to get the Subscriptions from the storage.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type SubscriptionListDTOModifier and TypeMethodDescriptioncom.squareup.okhttp.CallSubscriptionsApi.getSubscriptionsAsync(String apiUUID, String applicationUUID, String tenantDomain, ApiCallback<SubscriptionListDTO> callback) Get Subscriptions stored in in-memory (asynchronously) This operation is used to get the Subscriptions from the storage. -
Uses of SubscriptionListDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return SubscriptionListDTOModifier and TypeMethodDescriptionSubscriptionListDTO.addListItem(SubscriptionDTO listItem) SubscriptionListDTO.list(List<SubscriptionDTO> list)