Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.SubscriptionDTO
Packages that use SubscriptionDTO
Package
Description
-
Uses of SubscriptionDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return SubscriptionDTOModifier and TypeMethodDescriptionGetSubscriptionInfoApi.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 SubscriptionDTOModifier and TypeMethodDescriptionGetSubscriptionInfoApi.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 SubscriptionDTOModifier and TypeMethodDescriptioncom.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 SubscriptionDTOModifier and TypeMethodDescriptionSubscriptionDTO.subscriptionId(Integer subscriptionId) SubscriptionDTO.subscriptionState(String subscriptionState) Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return types with arguments of type SubscriptionDTOMethods in org.wso2.am.integration.clients.gateway.api.v2.dto with parameters of type SubscriptionDTOMethod parameters in org.wso2.am.integration.clients.gateway.api.v2.dto with type arguments of type SubscriptionDTOModifier and TypeMethodDescriptionSubscriptionListDTO.list(List<SubscriptionDTO> list) voidSubscriptionListDTO.setList(List<SubscriptionDTO> list)