Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
-
Packages that use SubscriptionDTO Package Description org.wso2.am.integration.clients.gateway.api.v2 org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of SubscriptionDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return SubscriptionDTO Modifier and Type Method Description SubscriptionDTOGetSubscriptionInfoApi. subscriptionsGet(String apiUUID, String appUUID, String tenantDomain)Get the subscriptions meta information of an api by providing the api uuid and application uuid.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type SubscriptionDTO Modifier and Type Method Description ApiResponse<SubscriptionDTO>GetSubscriptionInfoApi. subscriptionsGetWithHttpInfo(String apiUUID, String appUUID, String tenantDomain)Get the subscriptions meta information of an api by providing the api uuid and application uuid.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type SubscriptionDTO Modifier and Type Method Description com.squareup.okhttp.CallGetSubscriptionInfoApi. subscriptionsGetAsync(String apiUUID, String appUUID, String tenantDomain, ApiCallback<SubscriptionDTO> callback)Get the subscriptions meta information of an api by providing the api uuid and application uuid. -
Uses of SubscriptionDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.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.gateway.api.v2.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.gateway.api.v2.dto with parameters of type SubscriptionDTO Modifier and Type Method Description SubscriptionListDTOSubscriptionListDTO. addListItem(SubscriptionDTO listItem)Method parameters in org.wso2.am.integration.clients.gateway.api.v2.dto with type arguments of type SubscriptionDTO Modifier and Type Method Description SubscriptionListDTOSubscriptionListDTO. list(List<SubscriptionDTO> list)voidSubscriptionListDTO. setList(List<SubscriptionDTO> list)
-