Uses of Class
overit.geocallapp.wfm.mobile.core.rs3.errorlog.DTOMobileErrorLogInsert
Packages that use DTOMobileErrorLogInsert
-
Uses of DTOMobileErrorLogInsert in overit.geocallapp.wfm.mobile.core.rs3.errorlog
Methods in overit.geocallapp.wfm.mobile.core.rs3.errorlog with parameters of type DTOMobileErrorLogInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> MobileErrorLogService.post(@Valid DTOMobileErrorLogInsert dto) Method parameters in overit.geocallapp.wfm.mobile.core.rs3.errorlog with type arguments of type DTOMobileErrorLogInsertModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> MobileErrorLogService.batchPost(@Size(min=1,max=200) @Valid List<DTOMobileErrorLogInsert> batchInput)