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