Interface HighestChildClassificationApi
-
- All Known Subinterfaces:
HighestChildClassificationApiClient
public interface HighestChildClassificationApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<ClassificationLevelEntry>showHighestChildClassification(String containerNodeId)
-
-
-
Method Detail
-
showHighestChildClassification
@RequestMapping(value="/highest-child-classification/{containerNodeId}", produces="application/json", consumes="", method=GET) org.springframework.http.ResponseEntity<ClassificationLevelEntry> showHighestChildClassification(@PathVariable("containerNodeId") String containerNodeId)
-
-