Class GraphManagementQuery<T extends GraphManagementQuery<T>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean silent  
      private static java.lang.String SILENT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void appendSilent​(java.lang.StringBuilder builder)  
      T silent()
      Set the SILENT option to true on this query
      T silent​(boolean isSilent)
      Specify if the SILENT option should be on for this query
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • silent

        private boolean silent
    • Constructor Detail

      • GraphManagementQuery

        GraphManagementQuery()
    • Method Detail

      • silent

        public T silent()
        Set the SILENT option to true on this query
        Returns:
        this query instance
      • silent

        public T silent​(boolean isSilent)
        Specify if the SILENT option should be on for this query
        Parameters:
        isSilent - if this should be a SILENT operation or not
        Returns:
        this query instance
      • appendSilent

        protected void appendSilent​(java.lang.StringBuilder builder)