Uses of Class
com.bytedesk.wechat.mp.draft.WeChatMpDraftRequest
Packages that use WeChatMpDraftRequest
-
Uses of WeChatMpDraftRequest in com.bytedesk.wechat.mp.draft
Methods in com.bytedesk.wechat.mp.draft with parameters of type WeChatMpDraftRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
WeChatMpDraftRestController.create
(WeChatMpDraftRequest request) WeChatMpDraftService.create
(WeChatMpDraftRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpDraftRestController.delete
(WeChatMpDraftRequest request) void
WeChatMpDraftService.delete
(WeChatMpDraftRequest entity) WeChatMpDraftRestController.export
(WeChatMpDraftRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
WeChatMpDraftRestController.queryByOrg
(WeChatMpDraftRequest request) org.springframework.data.domain.Page<WeChatMpDraftResponse>
WeChatMpDraftService.queryByOrg
(WeChatMpDraftRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpDraftRestController.queryByUid
(WeChatMpDraftRequest request) WeChatMpDraftService.queryByUid
(WeChatMpDraftRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpDraftRestController.queryByUser
(WeChatMpDraftRequest request) org.springframework.data.domain.Page<WeChatMpDraftResponse>
WeChatMpDraftService.queryByUser
(WeChatMpDraftRequest request) static org.springframework.data.jpa.domain.Specification<WeChatMpDraftEntity>
WeChatMpDraftSpecification.search
(WeChatMpDraftRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpDraftRestController.update
(WeChatMpDraftRequest request) WeChatMpDraftService.update
(WeChatMpDraftRequest request)