Uses of Class
com.bytedesk.wechat.channel.WeChatChannelRequest
Packages that use WeChatChannelRequest
-
Uses of WeChatChannelRequest in com.bytedesk.wechat.channel
Methods in com.bytedesk.wechat.channel with parameters of type WeChatChannelRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
WeChatChannelRestController.create
(WeChatChannelRequest request) WeChatChannelService.create
(WeChatChannelRequest request) org.springframework.http.ResponseEntity<?>
WeChatChannelRestController.delete
(WeChatChannelRequest request) void
WeChatChannelService.delete
(WeChatChannelRequest entity) WeChatChannelRestController.export
(WeChatChannelRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
WeChatChannelRestController.queryByOrg
(WeChatChannelRequest request) org.springframework.data.domain.Page<WeChatChannelResponse>
WeChatChannelService.queryByOrg
(WeChatChannelRequest request) org.springframework.http.ResponseEntity<?>
WeChatChannelRestController.queryByUid
(WeChatChannelRequest request) WeChatChannelService.queryByUid
(WeChatChannelRequest request) org.springframework.http.ResponseEntity<?>
WeChatChannelRestController.queryByUser
(WeChatChannelRequest request) org.springframework.data.domain.Page<WeChatChannelResponse>
WeChatChannelService.queryByUser
(WeChatChannelRequest request) static org.springframework.data.jpa.domain.Specification<WeChatChannelEntity>
WeChatChannelSpecification.search
(WeChatChannelRequest request) org.springframework.http.ResponseEntity<?>
WeChatChannelRestController.update
(WeChatChannelRequest request) WeChatChannelService.update
(WeChatChannelRequest request)