Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
Packages that use APIInfoDTO
Package
Description
-
Uses of APIInfoDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return APIInfoDTOModifier and TypeMethodDescriptionGetApiInfoApi.apisApiIdGet(String apiId, String tenantDomain) Get the subscription information of an api by providing the api uuid.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type APIInfoDTOModifier and TypeMethodDescriptionGetApiInfoApi.apisApiIdGetWithHttpInfo(String apiId, String tenantDomain) Get the subscription information of an api by providing the api uuid.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type APIInfoDTOModifier and TypeMethodDescriptioncom.squareup.okhttp.CallGetApiInfoApi.apisApiIdGetAsync(String apiId, String tenantDomain, ApiCallback<APIInfoDTO> callback) Get the subscription information of an api by providing the api uuid. -
Uses of APIInfoDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return APIInfoDTOModifier and TypeMethodDescriptionAPIInfoDTO.addSubscripitonsItem(SubscriptionInfoDTO subscripitonsItem) APIInfoDTO.addUrlMappingsItem(URLMappingDTO urlMappingsItem) APIInfoDTO.isDefaultVersion(Boolean isDefaultVersion) APIInfoDTO.subscripitons(List<SubscriptionInfoDTO> subscripitons) APIInfoDTO.urlMappings(List<URLMappingDTO> urlMappings)