Uses of Class
com.bytedesk.service.channel_app.ChannelAppRequest
Packages that use ChannelAppRequest
- 
Uses of ChannelAppRequest in com.bytedesk.service.channel_appMethods in com.bytedesk.service.channel_app with parameters of type ChannelAppRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>ChannelAppRestController.create(ChannelAppRequest request) ChannelAppRestService.create(ChannelAppRequest request) protected org.springframework.data.jpa.domain.Specification<ChannelAppEntity>ChannelAppRestService.createSpecification(ChannelAppRequest request) org.springframework.http.ResponseEntity<?>ChannelAppRestController.delete(ChannelAppRequest request) voidChannelAppRestService.delete(ChannelAppRequest request) ChannelAppRestController.export(ChannelAppRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>ChannelAppRestController.queryByOrg(ChannelAppRequest request) org.springframework.data.domain.Page<ChannelAppResponse>ChannelAppRestService.queryByOrg(ChannelAppRequest request) org.springframework.data.domain.Page<ChannelAppEntity>ChannelAppRestService.queryByOrgEntity(ChannelAppRequest request) org.springframework.http.ResponseEntity<?>ChannelAppRestController.queryByUid(ChannelAppRequest request) ChannelAppRestService.queryByUid(ChannelAppRequest request) org.springframework.http.ResponseEntity<?>ChannelAppRestController.queryByUser(ChannelAppRequest request) org.springframework.data.domain.Page<ChannelAppResponse>ChannelAppRestService.queryByUser(ChannelAppRequest request) static org.springframework.data.jpa.domain.Specification<ChannelAppEntity>ChannelAppSpecification.search(ChannelAppRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>ChannelAppRestController.update(ChannelAppRequest request) ChannelAppRestService.update(ChannelAppRequest request)