Uses of Class
com.bytedesk.douyin.app.DouyinAppRequest
Packages that use DouyinAppRequest
-
Uses of DouyinAppRequest in com.bytedesk.douyin.app
Methods in com.bytedesk.douyin.app with parameters of type DouyinAppRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>DouyinAppRestController.create(DouyinAppRequest request) DouyinAppRestService.create(DouyinAppRequest request) protected org.springframework.data.jpa.domain.Specification<DouyinAppEntity>DouyinAppRestService.createSpecification(DouyinAppRequest request) org.springframework.http.ResponseEntity<?>DouyinAppRestController.delete(DouyinAppRequest request) voidDouyinAppRestService.delete(DouyinAppRequest request) DouyinAppRestController.export(DouyinAppRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>DouyinAppRestController.queryByOrg(DouyinAppRequest request) org.springframework.http.ResponseEntity<?>DouyinAppRestController.queryByUid(DouyinAppRequest request) org.springframework.http.ResponseEntity<?>DouyinAppRestController.queryByUser(DouyinAppRequest request) voidDouyinAppRestService.refreshAccessToken(DouyinAppRequest request) org.springframework.http.ResponseEntity<?>DouyinAppRestController.refreshToken(DouyinAppRequest request) static org.springframework.data.jpa.domain.Specification<DouyinAppEntity>DouyinAppSpecification.search(DouyinAppRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>DouyinAppRestController.update(DouyinAppRequest request) DouyinAppRestService.update(DouyinAppRequest request)