Uses of Record Class
ch.admin.bit.jeap.errorhandling.web.api.ErrorGroupDTO
Packages that use ErrorGroupDTO
-
Uses of ErrorGroupDTO in ch.admin.bit.jeap.errorhandling.web.api
Methods in ch.admin.bit.jeap.errorhandling.web.api that return types with arguments of type ErrorGroupDTOModifier and TypeMethodDescriptionErrorGroupResponse.groups()Returns the value of thegroupsrecord component.org.springframework.http.ResponseEntity<ErrorGroupDTO> ErrorGroupController.updateFreeText(@Valid UpdateFreeTextRequest freeTextRequest) org.springframework.http.ResponseEntity<ErrorGroupDTO> ErrorGroupController.updateTicketNumber(@Valid UpdateTicketNumberRequest ticketNumberRequest) Constructor parameters in ch.admin.bit.jeap.errorhandling.web.api with type arguments of type ErrorGroupDTOModifierConstructorDescriptionErrorGroupResponse(long totalErrorGroupCount, List<ErrorGroupDTO> groups) Creates an instance of aErrorGroupResponserecord class.