Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.APIListDTO
-
Packages that use APIListDTO Package Description org.wso2.am.integration.clients.gateway.api.v2 org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of APIListDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return APIListDTO Modifier and Type Method Description APIListDTOGetApiInfoApi. apisGet(String context, String version, String tenantDomain)Get 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 APIListDTO Modifier and Type Method Description ApiResponse<APIListDTO>GetApiInfoApi. 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 APIListDTO Modifier and Type Method Description com.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 APIListDTO Modifier and Type Method Description APIListDTOAPIListDTO. addListItem(APIMetaDataDTO listItem)APIListDTOAPIListDTO. count(Integer count)APIListDTOAPIListDTO. list(List<APIMetaDataDTO> list)
-