Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.SubscriptionListDTO
Packages that use SubscriptionListDTO
Package
Description
-
Uses of SubscriptionListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return SubscriptionListDTOModifier and TypeMethodDescriptionSubscriptionsApi.getSubscriptions(String apiId, Integer limit, Integer offset, String ifNoneMatch, String query) 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.publisher.api.v1 that return types with arguments of type SubscriptionListDTOModifier and TypeMethodDescriptionSubscriptionsApi.getSubscriptionsWithHttpInfo(String apiId, Integer limit, Integer offset, String ifNoneMatch, String query) 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.publisher.api.v1 with type arguments of type SubscriptionListDTOModifier and TypeMethodDescriptionokhttp3.CallSubscriptionsApi.getSubscriptionsAsync(String apiId, Integer limit, Integer offset, String ifNoneMatch, String query, 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.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return SubscriptionListDTOModifier and TypeMethodDescriptionSubscriptionListDTO.list(List<SubscriptionDTO> list) SubscriptionListDTO.pagination(PaginationDTO pagination)