Uses of Enum Class
org.forgerock.opendj.ldap.Entries.ReplaceStrategy
Packages that use Entries.ReplaceStrategy
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
-
Uses of Entries.ReplaceStrategy in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap with type parameters of type Entries.ReplaceStrategyModifier and TypeFieldDescriptionstatic final Option<Entries.ReplaceStrategy>
Entries.REPLACE_STRATEGY
Defines the strategy to use to generate changes.Methods in org.forgerock.opendj.ldap that return Entries.ReplaceStrategyModifier and TypeMethodDescriptionstatic Entries.ReplaceStrategy
Returns the enum constant of this class with the specified name.static Entries.ReplaceStrategy[]
Entries.ReplaceStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.