Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
-
Packages that use APIMetaDataDTO Package Description org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of APIMetaDataDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return APIMetaDataDTO Modifier and Type Method Description APIMetaDataDTOAPIMetaDataDTO. apiId(Integer apiId)APIMetaDataDTOAPIMetaDataDTO. apiType(String apiType)APIMetaDataDTOAPIMetaDataDTO. apiUUID(String apiUUID)APIMetaDataDTOAPIMetaDataDTO. context(String context)APIMetaDataDTOAPIMetaDataDTO. isDefaultVersion(Boolean isDefaultVersion)APIMetaDataDTOAPIMetaDataDTO. name(String name)APIMetaDataDTOAPIMetaDataDTO. policy(String policy)APIMetaDataDTOAPIMetaDataDTO. provider(String provider)APIMetaDataDTOAPIMetaDataDTO. status(String status)APIMetaDataDTOAPIMetaDataDTO. version(String version)Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return types with arguments of type APIMetaDataDTO Modifier and Type Method Description List<APIMetaDataDTO>APIListDTO. getList()Get listMethods in org.wso2.am.integration.clients.gateway.api.v2.dto with parameters of type APIMetaDataDTO Modifier and Type Method Description APIListDTOAPIListDTO. addListItem(APIMetaDataDTO listItem)Method parameters in org.wso2.am.integration.clients.gateway.api.v2.dto with type arguments of type APIMetaDataDTO Modifier and Type Method Description APIListDTOAPIListDTO. list(List<APIMetaDataDTO> list)voidAPIListDTO. setList(List<APIMetaDataDTO> list)
-