Class DefaultRestModelRequest

java.lang.Object
org.neo4j.ogm.cypher.query.CypherQuery
org.neo4j.ogm.cypher.query.DefaultRestModelRequest
All Implemented Interfaces:
org.neo4j.ogm.request.RestModelRequest, org.neo4j.ogm.request.Statement

public class DefaultRestModelRequest extends CypherQuery implements org.neo4j.ogm.request.RestModelRequest
Author:
Luanne Misquitta
  • Constructor Details

    • DefaultRestModelRequest

      public DefaultRestModelRequest(String cypher, Map<String,?> parameters)
  • Method Details

    • getResultDataContents

      public String[] getResultDataContents()
      Specified by:
      getResultDataContents in interface org.neo4j.ogm.request.Statement
      Overrides:
      getResultDataContents in class CypherQuery
    • isIncludeStats

      public boolean isIncludeStats()
      Specified by:
      isIncludeStats in interface org.neo4j.ogm.request.Statement
      Overrides:
      isIncludeStats in class CypherQuery