Uses of Class
org.forgerock.opendj.ldap.Entries.DiffStrategy
-
Packages that use Entries.DiffStrategy Package Description org.forgerock.opendj.ldap 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.DiffStrategy Modifier and Type Field Description static Option<Entries.DiffStrategy>Entries. DIFF_STRATEGYDefines the strategy to use to compute changes.Methods in org.forgerock.opendj.ldap that return Entries.DiffStrategy Modifier and Type Method Description static Entries.DiffStrategyEntries.DiffStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Entries.DiffStrategy[]Entries.DiffStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-