Uses of Class
com.bytedesk.core.sms.SmsRequest
Packages that use SmsRequest
-
Uses of SmsRequest in com.bytedesk.core.sms
Methods in com.bytedesk.core.sms with parameters of type SmsRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>SmsRestController.create(SmsRequest request) SmsRestService.create(SmsRequest request) protected org.springframework.data.jpa.domain.Specification<SmsEntity>SmsRestService.createSpecification(SmsRequest request) org.springframework.http.ResponseEntity<?>SmsRestController.delete(SmsRequest request) voidSmsRestService.delete(SmsRequest request) SmsRestController.export(SmsRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>SmsRestController.queryByOrg(SmsRequest request) org.springframework.http.ResponseEntity<?>SmsRestController.queryByUid(SmsRequest request) org.springframework.http.ResponseEntity<?>SmsRestController.queryByUser(SmsRequest request) static org.springframework.data.jpa.domain.Specification<SmsEntity>SmsSpecification.search(SmsRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>SmsRestController.update(SmsRequest request) SmsRestService.update(SmsRequest request)