Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
Packages that use APIListDTO
Package
Description
-
Uses of APIListDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return APIListDTOModifier and TypeMethodDescriptionGet the list of APIS by providing context and version.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type APIListDTOModifier and TypeMethodDescriptionGetApiInfoApi.apisGetWithHttpInfo(String context, String version, String tenantDomain) Get the list of APIS by providing context and version.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type APIListDTOModifier and TypeMethodDescriptioncom.squareup.okhttp.CallGetApiInfoApi.apisGetAsync(String context, String version, String tenantDomain, ApiCallback<APIListDTO> callback) Get the list of APIS by providing context and version. -
Uses of APIListDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return APIListDTOModifier and TypeMethodDescriptionAPIListDTO.addListItem(APIMetaDataDTO listItem) APIListDTO.list(List<APIMetaDataDTO> list)