Uses of Class
de.qytera.qtaf.xray.dto.jira.GroupCloudDto
Packages that use GroupCloudDto
-
Uses of GroupCloudDto in de.qytera.qtaf.xray.dto.jira
Methods in de.qytera.qtaf.xray.dto.jira that return types with arguments of type GroupCloudDtoModifier and TypeMethodDescriptionApplicationRoleCloudDto.getDefaultGroupDetails()The groups that are granted default access for this application role.ApplicationRoleCloudDto.getGroupDetails()The groups associated with the application role.Method parameters in de.qytera.qtaf.xray.dto.jira with type arguments of type GroupCloudDtoModifier and TypeMethodDescriptionvoidApplicationRoleCloudDto.setDefaultGroupDetails(List<GroupCloudDto> defaultGroupDetails) The groups that are granted default access for this application role.voidApplicationRoleCloudDto.setGroupDetails(List<GroupCloudDto> groupDetails) The groups associated with the application role.