Uses of Class
com.bytedesk.wechat.mp.tag.WeChatMpTagRequest
Packages that use WeChatMpTagRequest
-
Uses of WeChatMpTagRequest in com.bytedesk.wechat.mp.tag
Methods in com.bytedesk.wechat.mp.tag with parameters of type WeChatMpTagRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
WeChatMpTagRestController.create
(WeChatMpTagRequest request) WeChatMpTagRestService.create
(WeChatMpTagRequest request) protected org.springframework.data.jpa.domain.Specification<WeChatMpTagEntity>
WeChatMpTagRestService.createSpecification
(WeChatMpTagRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpTagRestController.delete
(WeChatMpTagRequest request) void
WeChatMpTagRestService.delete
(WeChatMpTagRequest entity) WeChatMpTagRestController.export
(WeChatMpTagRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
WeChatMpTagRestController.queryByOrg
(WeChatMpTagRequest request) org.springframework.data.domain.Page<WeChatMpTagResponse>
WeChatMpTagRestService.queryByOrg
(WeChatMpTagRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpTagRestController.queryByUid
(WeChatMpTagRequest request) WeChatMpTagRestService.queryByUid
(WeChatMpTagRequest request) org.springframework.http.ResponseEntity<?>
WeChatMpTagRestController.queryByUser
(WeChatMpTagRequest request) org.springframework.data.domain.Page<WeChatMpTagResponse>
WeChatMpTagRestService.queryByUser
(WeChatMpTagRequest request) static org.springframework.data.jpa.domain.Specification<WeChatMpTagEntity>
WeChatMpTagSpecification.search
(WeChatMpTagRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>
WeChatMpTagRestController.update
(WeChatMpTagRequest request) WeChatMpTagRestService.update
(WeChatMpTagRequest request)