Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.SubscriptionListDTO
-
Packages that use SubscriptionListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of SubscriptionListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return SubscriptionListDTO Modifier and Type Method Description SubscriptionListDTOSubscriptionsApi. subscriptionsGet(String apiId, String applicationId, String groupId, String xWSO2Tenant, Integer offset, Integer limit, String ifNoneMatch)Get All Subscriptions This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type SubscriptionListDTO Modifier and Type Method Description ApiResponse<SubscriptionListDTO>SubscriptionsApi. subscriptionsGetWithHttpInfo(String apiId, String applicationId, String groupId, String xWSO2Tenant, Integer offset, Integer limit, String ifNoneMatch)Get All Subscriptions This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type SubscriptionListDTO Modifier and Type Method Description okhttp3.CallSubscriptionsApi. subscriptionsGetAsync(String apiId, String applicationId, String groupId, String xWSO2Tenant, Integer offset, Integer limit, String ifNoneMatch, ApiCallback<SubscriptionListDTO> _callback)Get All Subscriptions (asynchronously) This operation can be used to retrieve a list of subscriptions of the user associated with the provided access token. -
Uses of SubscriptionListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return SubscriptionListDTO Modifier and Type Method Description SubscriptionListDTOSubscriptionListDTO. count(Integer count)SubscriptionListDTOSubscriptionListDTO. list(List<SubscriptionDTO> list)SubscriptionListDTOSubscriptionListDTO. pagination(PaginationDTO pagination)
-