Uses of Class
de.qytera.qtaf.xray.dto.jira.SimpleListWrapperDto
Packages that use SimpleListWrapperDto
-
Uses of SimpleListWrapperDto in de.qytera.qtaf.xray.dto.jira
Methods in de.qytera.qtaf.xray.dto.jira that return SimpleListWrapperDtoModifier and TypeMethodDescriptionUserDto.getApplicationRoles()The application roles the user is assigned to.UserDto.getGroups()The groups that the user belongs to.Methods in de.qytera.qtaf.xray.dto.jira with parameters of type SimpleListWrapperDtoModifier and TypeMethodDescriptionvoidUserDto.setApplicationRoles(SimpleListWrapperDto<R> applicationRoles) The application roles the user is assigned to.voidUserDto.setGroups(SimpleListWrapperDto<G> groups) The groups that the user belongs to.