Uses of Class
vaultWeb.dtos.GroupResponseDto
Packages that use GroupResponseDto
-
Uses of GroupResponseDto in vaultWeb.controllers
Methods in vaultWeb.controllers that return types with arguments of type GroupResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GroupResponseDto> GroupController.addMemberToGroup(Long groupId, Long userId) Adds a member to a group.org.springframework.http.ResponseEntity<GroupResponseDto> GroupController.getGroupById(Long id) Retrieves a group by its ID.org.springframework.http.ResponseEntity<List<GroupResponseDto>> GroupController.getMyGroups()Retrieves all groups the current user is a member of. -
Uses of GroupResponseDto in vaultWeb.dtos
Methods in vaultWeb.dtos that return GroupResponseDto