Uses of Class
com.alpaca.dto.request.RoleRequestDTO
Packages that use RoleRequestDTO
-
Uses of RoleRequestDTO in com.alpaca.controller
Methods in com.alpaca.controller with parameters of type RoleRequestDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RoleResponseDTO> RoleController.save(@Valid RoleRequestDTO request) Creates a newRole.org.springframework.http.ResponseEntity<RoleResponseDTO> RoleController.updateById(@Valid RoleRequestDTO request, UUID id) Updates an existingRoleidentified by its unique identifier. -
Uses of RoleRequestDTO in com.alpaca.mapper.impl
Methods in com.alpaca.mapper.impl with parameters of type RoleRequestDTOModifier and TypeMethodDescriptionRoleMapperImpl.toEntity(RoleRequestDTO requestDTO) Converts aRoleRequestDTOinto aRoleentity.