Uses of Class
com.bytedesk.wechat.mp.black.WeChatMpBlackRequest
Packages that use WeChatMpBlackRequest
-
Uses of WeChatMpBlackRequest in com.bytedesk.wechat.mp.black
Methods in com.bytedesk.wechat.mp.black with parameters of type WeChatMpBlackRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
WeChatMpBlackRestController.create
(WeChatMpBlackRequest request) WeChatMpBlackService.create
(WeChatMpBlackRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpBlackRestController.delete
(WeChatMpBlackRequest request) void
WeChatMpBlackService.delete
(WeChatMpBlackRequest entity) WeChatMpBlackRestController.export
(WeChatMpBlackRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
WeChatMpBlackRestController.queryByOrg
(WeChatMpBlackRequest request) org.springframework.data.domain.Page<WeChatMpBlackResponse>
WeChatMpBlackService.queryByOrg
(WeChatMpBlackRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpBlackRestController.queryByUid
(WeChatMpBlackRequest request) WeChatMpBlackService.queryByUid
(WeChatMpBlackRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpBlackRestController.queryByUser
(WeChatMpBlackRequest request) org.springframework.data.domain.Page<WeChatMpBlackResponse>
WeChatMpBlackService.queryByUser
(WeChatMpBlackRequest request) static org.springframework.data.jpa.domain.Specification<WeChatMpBlackEntity>
WeChatMpBlackSpecification.search
(WeChatMpBlackRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpBlackRestController.update
(WeChatMpBlackRequest request) WeChatMpBlackService.update
(WeChatMpBlackRequest request)