ActiveDirectoryUser.UpdateStages.WithAccontEnabled Interface

public static interface ActiveDirectoryUser.UpdateStages.WithAccontEnabled

A user update allowing specifying whether the account is enabled.

Method Summary

Modifier and Type Method and Description
abstract Update withAccountEnabled(boolean accountEnabled)

Specifies whether the user account is enabled.

Method Details

withAccountEnabled

public abstract 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

Applies to