Uses of Class
com.bytedesk.social.slack.SlackRequest
Packages that use SlackRequest
-
Uses of SlackRequest in com.bytedesk.social.slack
Methods in com.bytedesk.social.slack with parameters of type SlackRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
SlackRestController.create
(SlackRequest request) SlackRestService.create
(SlackRequest request) protected org.springframework.data.jpa.domain.Specification<SlackEntity>
SlackRestService.createSpecification
(SlackRequest request) org.springframework.http.ResponseEntity<?>
SlackRestController.delete
(SlackRequest request) void
SlackRestService.delete
(SlackRequest request) SlackRestController.export
(SlackRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
SlackRestController.queryByOrg
(SlackRequest request) org.springframework.data.domain.Page<SlackResponse>
SlackRestService.queryByOrg
(SlackRequest request) org.springframework.data.domain.Page<SlackEntity>
SlackRestService.queryByOrgEntity
(SlackRequest request) org.springframework.http.ResponseEntity<?>
SlackRestController.queryByUid
(SlackRequest request) SlackRestService.queryByUid
(SlackRequest request) org.springframework.http.ResponseEntity<?>
SlackRestController.queryByUser
(SlackRequest request) org.springframework.data.domain.Page<SlackResponse>
SlackRestService.queryByUser
(SlackRequest request) static org.springframework.data.jpa.domain.Specification<SlackEntity>
SlackSpecification.search
(SlackRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>
SlackRestController.update
(SlackRequest request) SlackRestService.update
(SlackRequest request)