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.State
SyncStateControl.syncState
sync state.Methods in org.ldaptive.control that return SyncStateControl.StateModifier and TypeMethodDescriptionSyncStateControl.getSyncState()
Returns the sync state.static SyncStateControl.State
SyncStateControl.State.valueOf
(int i) Returns the state for the supplied integer constant.static SyncStateControl.State
Returns 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 TypeMethodDescriptionvoid
SyncStateControl.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.