Interface ActiveDirectoryUser.UpdateStages.WithAccontEnabled
-
- All Known Subinterfaces:
ActiveDirectoryUser.Update
- Enclosing interface:
- ActiveDirectoryUser.UpdateStages
public static interface ActiveDirectoryUser.UpdateStages.WithAccontEnabledA user update allowing specifying whether the account is enabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryUser.UpdatewithAccountEnabled(boolean accountEnabled)Specifies whether the user account is enabled.
-
-
-
Method Detail
-
withAccountEnabled
ActiveDirectoryUser.Update withAccountEnabled(boolean accountEnabled)
Specifies whether the user account is enabled.- Parameters:
accountEnabled- true if account is enabled, false otherwise- Returns:
- the next stage of user update
-
-