Uses of Enum
org.neo4j.cypherdsl.parser.LabelParsedEventType
-
Uses of LabelParsedEventType in org.neo4j.cypherdsl.parser
Methods in org.neo4j.cypherdsl.parser that return LabelParsedEventTypeModifier and TypeMethodDescriptionstatic LabelParsedEventTypeReturns the enum constant of this type with the specified name.static LabelParsedEventType[]LabelParsedEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.neo4j.cypherdsl.parser with type arguments of type LabelParsedEventTypeModifier and TypeMethodDescriptionOptions.Builder.withLabelFilter(BiFunction<LabelParsedEventType, Collection<String>, Collection<String>> labelFilter) Configure a filter that is applied to labels.