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
Fields in org.forgerock.opendj.ldap with type parameters of type Entries.DiffStrategyModifier and TypeFieldDescriptionstatic final Option<Entries.DiffStrategy>
Entries.DIFF_STRATEGY
Defines the strategy to use to compute changes.Methods in org.forgerock.opendj.ldap that return Entries.DiffStrategyModifier and TypeMethodDescriptionstatic Entries.DiffStrategy
Returns 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.