Uses of Enum
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.ModeSyncRequestControl.requestModerequest mode.Methods in org.ldaptive.control that return SyncRequestControl.ModeModifier and TypeMethodDescriptionSyncRequestControl.getRequestMode()Returns the request mode.static SyncRequestControl.ModeSyncRequestControl.Mode.valueOf(int i) Returns the mode for the supplied integer constant.static SyncRequestControl.ModeReturns the enum constant of this type with the specified name.static SyncRequestControl.Mode[]SyncRequestControl.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ldaptive.control with parameters of type SyncRequestControl.ModeModifier and TypeMethodDescriptionvoidSyncRequestControl.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.