Package com.viglet.turing.api.ml
Class TurMLVendorAPI
Object
TurMLVendorAPI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionturMLVendorAdd
(TurMLVendor turMLVendor) boolean
turMLVendorGet
(String id) turMLVendorUpdate
(String id, TurMLVendor turMLVendor)
-
Constructor Details
-
TurMLVendorAPI
-
-
Method Details
-
turMLVendorList
-
turMLVendorGet
-
turMLVendorUpdate
@PutMapping("/{id}") public TurMLVendor turMLVendorUpdate(@PathVariable String id, @RequestBody TurMLVendor turMLVendor) -
turMLVendorDelete
-
turMLVendorAdd
-