Uses of Enum Class
org.neo4j.cypherdsl.core.MergeAction.Type
Packages that use MergeAction.Type
-
Uses of MergeAction.Type in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return MergeAction.TypeModifier and TypeMethodDescriptionMergeAction.getType()static MergeAction.TypeReturns the enum constant of this class with the specified name.static MergeAction.Type[]MergeAction.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.cypherdsl.core with parameters of type MergeAction.TypeModifier and TypeMethodDescriptionstatic MergeActionMergeAction.of(MergeAction.Type type, Set set) Creates a new merge action.