Class NodeLabelTokens


  • public final class NodeLabelTokens
    extends java.lang.Object
    • Method Detail

      • of

        @NotNull
        public static @NotNull NodeLabelToken of​(@Nullable
                                                 @Nullable java.lang.Object nodeLabels)
      • ofNullable

        public static NodeLabelToken ofNullable​(@Nullable
                                                @Nullable java.lang.Object nodeLabels)
      • of

        public static NodeLabelToken of​(org.neo4j.values.storable.TextValue textValue)
      • of

        public static NodeLabelToken of​(org.neo4j.values.storable.TextArray textArray)
      • of

        @NotNull
        public static @NotNull NodeLabelToken of​(org.neo4j.values.SequenceValue nodeLabels)
      • ofNodeLabels

        @NotNull
        public static @NotNull NodeLabelToken ofNodeLabels​(org.neo4j.gds.NodeLabel... nodeLabels)
      • ofStrings

        @NotNull
        public static @NotNull NodeLabelToken ofStrings​(java.lang.String... nodeLabelStrings)