public interface ModelService
| Modifier and Type | Method and Description |
|---|---|
Model |
createModel(retrofit.mime.TypedString model) |
Model |
findOrCreateTemplate(String name,
String modelJson) |
List<Model> |
getAllModels() |
Model |
getModelById(String id) |
Model |
getTemplateById(String id) |
Model |
getTemplateByName(String name) |
@POST(value="/api/model") @Headers(value="Content-Type: application/json") Model createModel(@Body retrofit.mime.TypedString model)
Copyright © 2016. All rights reserved.