Class Query

    • Constructor Detail

      • Query

        public Query​(java.util.Optional<With> with,
                     QueryBody queryBody,
                     java.util.Optional<OrderBy> orderBy,
                     java.util.Optional<Offset> offset,
                     java.util.Optional<Node> limit)
    • Method Detail

      • getWith

        public java.util.Optional<With> getWith()
      • getQueryBody

        public QueryBody getQueryBody()
      • getOrderBy

        public java.util.Optional<OrderBy> getOrderBy()
      • getOffset

        public java.util.Optional<Offset> getOffset()
      • getLimit

        public java.util.Optional<Node> getLimit()
      • getChildren

        public java.util.List<Node> getChildren()
        Specified by:
        getChildren in class Node
      • toString

        public java.lang.String toString()
        Specified by:
        toString in class Node
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class Node
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class Node