Uses of Class
com.bytedesk.team.department.DepartmentResponse
Packages that use DepartmentResponse
-
Uses of DepartmentResponse in com.bytedesk.team.department
Fields in com.bytedesk.team.department with type parameters of type DepartmentResponseMethods in com.bytedesk.team.department that return DepartmentResponseModifier and TypeMethodDescriptionDepartmentRestService.convertToResponse
(DepartmentEntity department) DepartmentRestService.create
(DepartmentRequest request) DepartmentRestService.update
(DepartmentRequest departmentRequest) Methods in com.bytedesk.team.department that return types with arguments of type DepartmentResponseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<DepartmentResponse>
DepartmentRestService.queryByOrg
(DepartmentRequest request) org.springframework.data.domain.Page<DepartmentResponse>
DepartmentRestService.queryByUser
(DepartmentRequest request)