public class GraphModelResponse extends Object implements Neo4jResponse<GraphModel>
Neo4jResponse.ResponseRecord| Constructor and Description |
|---|
GraphModelResponse(Neo4jResponse<String> response,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
columns() |
void |
initialiseScan(Neo4jResponse.ResponseRecord record) |
GraphModel |
next() |
int |
rowId() |
public GraphModelResponse(Neo4jResponse<String> response, com.fasterxml.jackson.databind.ObjectMapper mapper)
public GraphModel next()
next in interface Neo4jResponse<GraphModel>public void close()
close in interface AutoCloseableclose in interface Neo4jResponse<GraphModel>public void initialiseScan(Neo4jResponse.ResponseRecord record)
initialiseScan in interface Neo4jResponse<GraphModel>public String[] columns()
columns in interface Neo4jResponse<GraphModel>public int rowId()
rowId in interface Neo4jResponse<GraphModel>Copyright © 2015 Neo Technology, Inc.. All rights reserved.