Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.APIInfoDTO
-
Packages that use APIInfoDTO Package Description org.wso2.am.integration.clients.gateway.api.v2 org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of APIInfoDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return APIInfoDTO Modifier and Type Method Description APIInfoDTOGetApiInfoApi. 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 APIInfoDTO Modifier and Type Method Description ApiResponse<APIInfoDTO>GetApiInfoApi. 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 APIInfoDTO Modifier and Type Method Description com.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 APIInfoDTO Modifier and Type Method Description APIInfoDTOAPIInfoDTO. addSubscripitonsItem(SubscriptionInfoDTO subscripitonsItem)APIInfoDTOAPIInfoDTO. addUrlMappingsItem(URLMappingDTO urlMappingsItem)APIInfoDTOAPIInfoDTO. apiId(Integer apiId)APIInfoDTOAPIInfoDTO. apiType(String apiType)APIInfoDTOAPIInfoDTO. apiUUID(String apiUUID)APIInfoDTOAPIInfoDTO. context(String context)APIInfoDTOAPIInfoDTO. isDefaultVersion(Boolean isDefaultVersion)APIInfoDTOAPIInfoDTO. name(String name)APIInfoDTOAPIInfoDTO. policy(String policy)APIInfoDTOAPIInfoDTO. provider(String provider)APIInfoDTOAPIInfoDTO. status(String status)APIInfoDTOAPIInfoDTO. subscripitons(List<SubscriptionInfoDTO> subscripitons)APIInfoDTOAPIInfoDTO. urlMappings(List<URLMappingDTO> urlMappings)APIInfoDTOAPIInfoDTO. version(String version)
-