Uses of Class
com.bytedesk.call.mrcp.CallMrcpRequest
Packages that use CallMrcpRequest
-
Uses of CallMrcpRequest in com.bytedesk.call.mrcp
Methods in com.bytedesk.call.mrcp with parameters of type CallMrcpRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>CallMrcpRestController.create(CallMrcpRequest request) CallMrcpRestService.create(CallMrcpRequest request) protected org.springframework.data.jpa.domain.Specification<CallMrcpEntity>CallMrcpRestService.createSpecification(CallMrcpRequest request) org.springframework.http.ResponseEntity<?>CallMrcpRestController.delete(CallMrcpRequest request) voidCallMrcpRestService.delete(CallMrcpRequest request) CallMrcpRestController.export(CallMrcpRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>CallMrcpRestController.queryByOrg(CallMrcpRequest request) org.springframework.http.ResponseEntity<?>CallMrcpRestController.queryByUid(CallMrcpRequest request) org.springframework.http.ResponseEntity<?>CallMrcpRestController.queryByUser(CallMrcpRequest request) static org.springframework.data.jpa.domain.Specification<CallMrcpEntity>CallMrcpSpecification.search(CallMrcpRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>CallMrcpRestController.update(CallMrcpRequest request) CallMrcpRestService.update(CallMrcpRequest request)