Uses of Class
com.bytedesk.wechat.mp.media.WeChatMpMediaRequest
Packages that use WeChatMpMediaRequest
-
Uses of WeChatMpMediaRequest in com.bytedesk.wechat.mp.media
Methods in com.bytedesk.wechat.mp.media with parameters of type WeChatMpMediaRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>WeChatMpMediaRestController.create(WeChatMpMediaRequest request) WeChatMpMediaService.create(WeChatMpMediaRequest request) protected org.springframework.data.jpa.domain.Specification<WeChatMpMediaEntity>WeChatMpMediaService.createSpecification(WeChatMpMediaRequest request) org.springframework.http.ResponseEntity<?>WeChatMpMediaRestController.delete(WeChatMpMediaRequest request) voidWeChatMpMediaService.delete(WeChatMpMediaRequest entity) WeChatMpMediaRestController.export(WeChatMpMediaRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>WeChatMpMediaRestController.queryByOrg(WeChatMpMediaRequest request) org.springframework.http.ResponseEntity<?>WeChatMpMediaRestController.queryByUid(WeChatMpMediaRequest request) org.springframework.http.ResponseEntity<?>WeChatMpMediaRestController.queryByUser(WeChatMpMediaRequest request) org.springframework.data.domain.Page<WeChatMpMediaResponse>WeChatMpMediaService.queryByUser(WeChatMpMediaRequest request) static org.springframework.data.jpa.domain.Specification<WeChatMpMediaEntity>WeChatMpMediaSpecification.search(WeChatMpMediaRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>WeChatMpMediaRestController.update(WeChatMpMediaRequest request) WeChatMpMediaService.update(WeChatMpMediaRequest request)