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
Subclasses with type arguments of type Entries.ReplaceStrategy in org.forgerock.opendj.ldapModifier and TypeClassDescriptionstatic enumDefines the available strategy to generate changes.Fields in org.forgerock.opendj.ldap with type parameters of type Entries.ReplaceStrategyModifier and TypeFieldDescriptionstatic final Option<Entries.ReplaceStrategy> Entries.REPLACE_STRATEGYDefines the strategy to use to generate changes.Methods in org.forgerock.opendj.ldap that return Entries.ReplaceStrategyModifier and TypeMethodDescriptionstatic Entries.ReplaceStrategyReturns 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.