Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionListDTO
-
Packages that use SubscriptionListDTO Package Description org.wso2.am.integration.clients.gateway.api.v2 org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of SubscriptionListDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return SubscriptionListDTO Modifier and Type Method Description SubscriptionListDTOSubscriptionsApi. 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 SubscriptionListDTO Modifier and Type Method Description ApiResponse<SubscriptionListDTO>SubscriptionsApi. 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 SubscriptionListDTO Modifier and Type Method Description com.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 SubscriptionListDTO Modifier and Type Method Description SubscriptionListDTOSubscriptionListDTO. addListItem(SubscriptionDTO listItem)SubscriptionListDTOSubscriptionListDTO. count(Integer count)SubscriptionListDTOSubscriptionListDTO. list(List<SubscriptionDTO> list)
-