Uses of Class
org.wso2.am.integration.clients.internal.api.dto.SubscriptionDTO
-
Packages that use SubscriptionDTO Package Description org.wso2.am.integration.clients.internal.api.dto -
-
Uses of SubscriptionDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return SubscriptionDTO Modifier and Type Method Description SubscriptionDTOSubscriptionDTO. apiId(Integer apiId)SubscriptionDTOSubscriptionDTO. appId(Integer appId)SubscriptionDTOSubscriptionDTO. policyId(String policyId)SubscriptionDTOSubscriptionDTO. subscriptionId(Integer subscriptionId)SubscriptionDTOSubscriptionDTO. subscriptionState(String subscriptionState)Methods in org.wso2.am.integration.clients.internal.api.dto that return types with arguments of type SubscriptionDTO Modifier and Type Method Description List<SubscriptionDTO>SubscriptionListDTO. getList()Get listMethods in org.wso2.am.integration.clients.internal.api.dto with parameters of type SubscriptionDTO Modifier and Type Method Description SubscriptionListDTOSubscriptionListDTO. addListItem(SubscriptionDTO listItem)Method parameters in org.wso2.am.integration.clients.internal.api.dto with type arguments of type SubscriptionDTO Modifier and Type Method Description SubscriptionListDTOSubscriptionListDTO. list(List<SubscriptionDTO> list)voidSubscriptionListDTO. setList(List<SubscriptionDTO> list)
-