Uses of Class
com.bytedesk.core.email.EmailRequest
Packages that use EmailRequest
-
Uses of EmailRequest in com.bytedesk.core.email
Methods in com.bytedesk.core.email with parameters of type EmailRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
EmailRestController.create
(EmailRequest request) EmailRestService.create
(EmailRequest request) protected org.springframework.data.jpa.domain.Specification<EmailEntity>
EmailRestService.createSpecification
(EmailRequest request) org.springframework.http.ResponseEntity<?>
EmailRestController.delete
(EmailRequest request) void
EmailRestService.delete
(EmailRequest request) EmailRestController.export
(EmailRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
EmailRestController.queryByOrg
(EmailRequest request) org.springframework.http.ResponseEntity<?>
EmailRestController.queryByUid
(EmailRequest request) EmailRestService.queryByUid
(EmailRequest request) org.springframework.http.ResponseEntity<?>
EmailRestController.queryByUser
(EmailRequest request) static org.springframework.data.jpa.domain.Specification<EmailEntity>
EmailSpecification.search
(EmailRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>
EmailRestController.update
(EmailRequest request) EmailRestService.update
(EmailRequest request)