public class RestModelResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.neo4j.graphdb.Result |
result |
| Constructor and Description |
|---|
RestModelResponse(org.neo4j.graphdb.Result result,
EmbeddedEntityAdapter entityAdapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
columns() |
Optional<QueryStatistics> |
getStatistics() |
RestModel |
next() |
public RestModelResponse(org.neo4j.graphdb.Result result,
EmbeddedEntityAdapter entityAdapter)
public Optional<QueryStatistics> getStatistics()
public void close()
close in interface AutoCloseableclose in interface ResponseCopyright © 2015–2019 Neo Technology, Inc.. All rights reserved.