Uses of Class
com.bytedesk.social.zalo.ZaloRequest
Packages that use ZaloRequest
-
Uses of ZaloRequest in com.bytedesk.social.zalo
Methods in com.bytedesk.social.zalo with parameters of type ZaloRequestModifier and TypeMethodDescriptionZaloRestService.create
(ZaloRequest request) protected org.springframework.data.jpa.domain.Specification<ZaloEntity>
ZaloRestService.createSpecification
(ZaloRequest request) void
ZaloRestService.delete
(ZaloRequest request) ZaloRestController.export
(ZaloRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.data.domain.Page<ZaloResponse>
ZaloRestService.queryByOrg
(ZaloRequest request) org.springframework.data.domain.Page<ZaloEntity>
ZaloRestService.queryByOrgEntity
(ZaloRequest request) ZaloRestService.queryByUid
(ZaloRequest request) org.springframework.data.domain.Page<ZaloResponse>
ZaloRestService.queryByUser
(ZaloRequest request) void
ZaloRestService.refreshAccessToken
(ZaloRequest request) private void
ZaloRestService.refreshKefuAccessToken
(ZaloRequest request) private void
ZaloRestService.refreshMiniAccessToken
(ZaloRequest request) private void
ZaloRestService.refreshMpAccessToken
(ZaloRequest request) org.springframework.http.ResponseEntity<?>
ZaloRestController.refreshToken
(ZaloRequest request) static org.springframework.data.jpa.domain.Specification<ZaloEntity>
ZaloSpecification.search
(ZaloRequest request, AuthService authService) ZaloRestService.update
(ZaloRequest request)