Package com.viglet.turing.api.entity
Class TurNLPEntityAPI
Object
TurNLPEntityAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionturNLPEntityAdd
(TurNLPEntity turNLPEntity) boolean
turNLPEntityUpdate
(String id, TurNLPEntity turNLPEntity)
-
Constructor Details
-
TurNLPEntityAPI
-
-
Method Details
-
turNLPEntityList
-
turNLPEntityStructure
-
turNLPEntityLocal
-
turNLPEntityGet
-
turNLPEntityUpdate
@PutMapping("/{id}") public TurNLPEntity turNLPEntityUpdate(@PathVariable String id, @RequestBody TurNLPEntity turNLPEntity) -
turNLPEntityDelete
-
turNLPEntityAdd
-