Uses of Class
com.bytedesk.core.webhook.WebhookRequest
Packages that use WebhookRequest
-
Uses of WebhookRequest in com.bytedesk.core.webhook
Methods in com.bytedesk.core.webhook with parameters of type WebhookRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
WebhookRestController.create
(WebhookRequest request) WebhookRestService.create
(WebhookRequest request) protected org.springframework.data.jpa.domain.Specification<WebhookEntity>
WebhookRestService.createSpecification
(WebhookRequest request) org.springframework.http.ResponseEntity<?>
WebhookRestController.delete
(WebhookRequest request) void
WebhookRestService.delete
(WebhookRequest request) WebhookRestController.export
(WebhookRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
WebhookRestController.queryByOrg
(WebhookRequest request) org.springframework.http.ResponseEntity<?>
WebhookRestController.queryByUid
(WebhookRequest request) org.springframework.http.ResponseEntity<?>
WebhookRestController.queryByUser
(WebhookRequest request) static org.springframework.data.jpa.domain.Specification<WebhookEntity>
WebhookSpecification.search
(WebhookRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>
WebhookRestController.update
(WebhookRequest request) WebhookRestService.update
(WebhookRequest request)