Uses of Class
com.bytedesk.core.license.LicenseRequest
Packages that use LicenseRequest
-
Uses of LicenseRequest in com.bytedesk.core.license
Methods in com.bytedesk.core.license with parameters of type LicenseRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
LicenseRestController.create
(LicenseRequest request) LicenseRestService.create
(LicenseRequest request) org.springframework.http.ResponseEntity<?>
LicenseRestController.delete
(LicenseRequest request) void
LicenseRestService.delete
(LicenseRequest request) LicenseRestController.export
(LicenseRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
LicenseRestController.queryByOrg
(LicenseRequest request) org.springframework.data.domain.Page<LicenseResponse>
LicenseRestService.queryByOrg
(LicenseRequest request) org.springframework.http.ResponseEntity<?>
LicenseRestController.queryByUid
(LicenseRequest request) LicenseRestService.queryByUid
(LicenseRequest request) org.springframework.http.ResponseEntity<?>
LicenseRestController.queryByUser
(LicenseRequest request) org.springframework.data.domain.Page<LicenseResponse>
LicenseRestService.queryByUser
(LicenseRequest request) org.springframework.http.ResponseEntity<?>
LicenseRestController.update
(LicenseRequest request) LicenseRestService.update
(LicenseRequest request)