Uses of Enum Class
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 class with the specified name.static SyncStateControl.State[]SyncStateControl.State.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 SyncStateControl.StateModifier and TypeMethodDescriptionvoidSyncStateControl.setSyncState(SyncStateControl.State state) Sets the sync state.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.