Class RemoveGraph.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • graphId

        public RemoveGraph.Builder graphId​(String graphId)
        Set the graph ID.
        Parameters:
        graphId - The graph ID to set.
        Returns:
        The builder.
      • deleteAllData

        public RemoveGraph.Builder deleteAllData​(boolean deleteAllData)
        Set if to delete all data from the graph.
        Parameters:
        deleteAllData - Delete all the data.
        Returns:
        The builder.