Uses of Class
com.bytedesk.social.line.LineRequest
Packages that use LineRequest
-
Uses of LineRequest in com.bytedesk.social.line
Methods in com.bytedesk.social.line with parameters of type LineRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
LineRestController.create
(LineRequest request) LineRestService.create
(LineRequest request) protected org.springframework.data.jpa.domain.Specification<LineEntity>
LineRestService.createSpecification
(LineRequest request) org.springframework.http.ResponseEntity<?>
LineRestController.delete
(LineRequest request) void
LineRestService.delete
(LineRequest request) LineRestController.export
(LineRequest request, jakarta.servlet.http.HttpServletResponse response) LineService.generateJWT
(LineRequest lineRequest) 使用默认配置生成JWTorg.springframework.http.ResponseEntity<?>
LineRestController.queryByOrg
(LineRequest request) org.springframework.data.domain.Page<LineResponse>
LineRestService.queryByOrg
(LineRequest request) org.springframework.data.domain.Page<LineEntity>
LineRestService.queryByOrgEntity
(LineRequest request) org.springframework.http.ResponseEntity<?>
LineRestController.queryByUid
(LineRequest request) LineRestService.queryByUid
(LineRequest request) org.springframework.http.ResponseEntity<?>
LineRestController.queryByUser
(LineRequest request) org.springframework.data.domain.Page<LineResponse>
LineRestService.queryByUser
(LineRequest request) static org.springframework.data.jpa.domain.Specification<LineEntity>
LineSpecification.search
(LineRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>
LineRestController.update
(LineRequest request) LineRestService.update
(LineRequest request) org.springframework.http.ResponseEntity<?>
LineRestController.updateAccessToken
(LineRequest request) LineRestService.updateAccessToken
(LineRequest request) org.springframework.http.ResponseEntity<?>
LineRestController.updateKid
(LineRequest request) LineRestService.updateKid
(LineRequest request)