| Package | Description |
|---|---|
| io.continual.client.model | |
| io.continual.client.model.impl |
| Modifier and Type | Method and Description |
|---|---|
ModelReference |
ModelClient.getObject(ModelObjectLocator locator)
Get an object from a model
|
ModelReference |
ModelReference.patchData(String jsonData)
Patch (merge) the data stored with the object
|
ModelReference |
ModelReference.putData(String jsonData)
Overwrite the data stored with the object
|
ModelReference |
ModelReference.relateFrom(String name,
ModelObjectLocator from)
Relate this object from the given source object with the given name
|
ModelReference |
ModelReference.relateTo(String name,
ModelObjectLocator to)
Relate this object to the given target object with the given name
|
| Modifier and Type | Method and Description |
|---|---|
ModelReference |
StdModelClient.getObject(ModelObjectLocator locator) |
Copyright © 2020 continual.io. All rights reserved.