Uses of Enum Class
org.ldaptive.control.SyncRequestControl.Mode
Packages that use SyncRequestControl.Mode
-
Uses of SyncRequestControl.Mode in org.ldaptive.control
Fields in org.ldaptive.control declared as SyncRequestControl.ModeModifier and TypeFieldDescriptionprivate SyncRequestControl.Mode
SyncRequestControl.requestMode
request mode.Methods in org.ldaptive.control that return SyncRequestControl.ModeModifier and TypeMethodDescriptionSyncRequestControl.getRequestMode()
Returns the request mode.static SyncRequestControl.Mode
SyncRequestControl.Mode.valueOf
(int i) Returns the mode for the supplied integer constant.static SyncRequestControl.Mode
Returns the enum constant of this class with the specified name.static SyncRequestControl.Mode[]
SyncRequestControl.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ldaptive.control with parameters of type SyncRequestControl.ModeModifier and TypeMethodDescriptionvoid
SyncRequestControl.setRequestMode
(SyncRequestControl.Mode mode) Sets the request mode.Constructors in org.ldaptive.control with parameters of type SyncRequestControl.ModeModifierConstructorDescriptionCreates a new sync request control.SyncRequestControl
(SyncRequestControl.Mode mode, boolean critical) Creates a new sync request control.SyncRequestControl
(SyncRequestControl.Mode mode, byte[] value, boolean critical) Creates a new sync request control.SyncRequestControl
(SyncRequestControl.Mode mode, byte[] value, boolean hint, boolean critical) Creates a new sync request control.