Uses of Enum
org.ldaptive.control.SyncStateControl.State
Packages that use SyncStateControl.State
-
Uses of SyncStateControl.State in org.ldaptive.control
Fields in org.ldaptive.control declared as SyncStateControl.StateModifier and TypeFieldDescriptionprivate SyncStateControl.StateSyncStateControl.syncStatesync state.Methods in org.ldaptive.control that return SyncStateControl.StateModifier and TypeMethodDescriptionSyncStateControl.getSyncState()Returns the sync state.static SyncStateControl.StateSyncStateControl.State.valueOf(int i) Returns the state for the supplied integer constant.static SyncStateControl.StateReturns the enum constant of this type with the specified name.static SyncStateControl.State[]SyncStateControl.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ldaptive.control with parameters of type SyncStateControl.StateModifierConstructorDescriptionCreates a new sync state control.SyncStateControl(SyncStateControl.State state, boolean critical) Creates a new sync state control.SyncStateControl(SyncStateControl.State state, UUID uuid, boolean critical) Creates a new sync state control.SyncStateControl(SyncStateControl.State state, UUID uuid, byte[] value, boolean critical) Creates a new sync state control.