Uses of Class
com.bytedesk.ai.statistic_token.StatisticTokenRequest
Packages that use StatisticTokenRequest
-
Uses of StatisticTokenRequest in com.bytedesk.ai.statistic_token
Methods in com.bytedesk.ai.statistic_token with parameters of type StatisticTokenRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>StatisticTokenRestController.create(StatisticTokenRequest request) StatisticTokenRestService.create(StatisticTokenRequest request) protected org.springframework.data.jpa.domain.Specification<StatisticTokenEntity>StatisticTokenRestService.createSpecification(StatisticTokenRequest request) org.springframework.http.ResponseEntity<?>StatisticTokenRestController.delete(StatisticTokenRequest request) voidStatisticTokenRestService.delete(StatisticTokenRequest request) StatisticTokenRestController.export(StatisticTokenRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>StatisticTokenRestController.queryByOrg(StatisticTokenRequest request) org.springframework.http.ResponseEntity<?>StatisticTokenRestController.queryByUid(StatisticTokenRequest request) org.springframework.http.ResponseEntity<?>StatisticTokenRestController.queryByUser(StatisticTokenRequest request) static org.springframework.data.jpa.domain.Specification<StatisticTokenEntity>StatisticTokenSpecification.search(StatisticTokenRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>StatisticTokenRestController.update(StatisticTokenRequest request) StatisticTokenRestService.update(StatisticTokenRequest request)