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