Uses of Class
overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.skill.DTOResourceSkill
Packages that use DTOResourceSkill
-
Uses of DTOResourceSkill in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.skill
Methods in overit.geocallapp.wfm.orchestrator.workforce.rs1.resource.skill that return types with arguments of type DTOResourceSkillModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceSkill> OrchestratorResourceSkillService.get(Long resourceId, Long skillId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOResourceSkill>> OrchestratorResourceSkillService.getCollection(Long resourceId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOResourceSkillFilter filter)