Uses of Class
org.apache.directory.api.ldap.extras.controls.SynchronizationModeEnum
-
Packages that use SynchronizationModeEnum Package Description org.apache.directory.api.ldap.extras.controls org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest -
-
Uses of SynchronizationModeEnum in org.apache.directory.api.ldap.extras.controls
Methods in org.apache.directory.api.ldap.extras.controls that return SynchronizationModeEnum Modifier and Type Method Description static SynchronizationModeEnumSynchronizationModeEnum. getSyncMode(int value)Get theSynchronizationModeEnuminstance from an integer value.static SynchronizationModeEnumSynchronizationModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchronizationModeEnum[]SynchronizationModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SynchronizationModeEnum in org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest
Methods in org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest that return SynchronizationModeEnum Modifier and Type Method Description SynchronizationModeEnumSyncRequestValue. getMode()SynchronizationModeEnumSyncRequestValueImpl. getMode()Methods in org.apache.directory.api.ldap.extras.controls.syncrepl.syncRequest with parameters of type SynchronizationModeEnum Modifier and Type Method Description voidSyncRequestValue. setMode(SynchronizationModeEnum mode)voidSyncRequestValueImpl. setMode(SynchronizationModeEnum mode)
-