Uses of Class
com.bytedesk.social.telegram.TelegramRequest
Packages that use TelegramRequest
-
Uses of TelegramRequest in com.bytedesk.social.telegram
Methods in com.bytedesk.social.telegram with parameters of type TelegramRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>TelegramRestController.checkServiceReachable(TelegramRequest request) booleanTelegramRestService.checkServiceReachable(TelegramRequest request) 检查Telegram服务是否可达org.springframework.http.ResponseEntity<?>TelegramRestController.create(TelegramRequest request) TelegramRestService.create(TelegramRequest request) protected org.springframework.data.jpa.domain.Specification<TelegramEntity>TelegramRestService.createSpecification(TelegramRequest request) org.springframework.http.ResponseEntity<?>TelegramRestController.delete(TelegramRequest request) voidTelegramRestService.delete(TelegramRequest request) TelegramRestController.export(TelegramRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>TelegramRestController.queryByOrg(TelegramRequest request) org.springframework.data.domain.Page<TelegramResponse>TelegramRestService.queryByOrg(TelegramRequest request) org.springframework.data.domain.Page<TelegramEntity>TelegramRestService.queryByOrgEntity(TelegramRequest request) org.springframework.http.ResponseEntity<?>TelegramRestController.queryByUid(TelegramRequest request) TelegramRestService.queryByUid(TelegramRequest request) org.springframework.http.ResponseEntity<?>TelegramRestController.queryByUser(TelegramRequest request) org.springframework.data.domain.Page<TelegramResponse>TelegramRestService.queryByUser(TelegramRequest request) static org.springframework.data.jpa.domain.Specification<TelegramEntity>TelegramSpecification.search(TelegramRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>TelegramRestController.update(TelegramRequest request) TelegramRestService.update(TelegramRequest request)