Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.TagDTO
-
Packages that use TagDTO Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of TagDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return TagDTO Modifier and Type Method Description TagDTOTagDTO. count(Integer count)TagDTOTagDTO. value(String value)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type TagDTO Modifier and Type Method Description List<TagDTO>TagListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type TagDTO Modifier and Type Method Description TagListDTOTagListDTO. list(List<TagDTO> list)voidTagListDTO. setList(List<TagDTO> list)
-