Class ChangeGraphAccess.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • graphId

        public ChangeGraphAccess.Builder graphId​(String graphId)
        Set the current graph ID
        Parameters:
        graphId - the graph ID of the graph to alter
        Returns:
        The builder
      • isPublic

        public ChangeGraphAccess.Builder isPublic​(Boolean isPublic)
        Set if graph is public.
        Parameters:
        isPublic - Is the graph public.
        Returns:
        The builder
      • readPredicate

        public ChangeGraphAccess.Builder readPredicate​(AccessPredicate readPredicate)
        Set the read predicate for the graph.
        Parameters:
        readPredicate - The read predicate.
        Returns:
        The builder.