ActiveDirectoryUser Interface
Implements
public interface ActiveDirectoryUser
extends ActiveDirectoryObject, HasInnerModel<MicrosoftGraphUserInner>, Updatable<Update>
An immutable client-side representation of an Azure AD user.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
mail()
Gets user mail. |
abstract String |
mailNickname()
Gets the mail alias for the user. |
abstract
Country |
usageLocation()
Gets the usage location of the user. |
abstract String |
userPrincipalName()
Gets user principal name. |
Method Details
public abstract String mail()
Gets user mail.
Returns:
mailNickname
public abstract String mailNickname()
Gets the mail alias for the user.
Returns:
usageLocation
public abstract CountryIsoCode usageLocation()
Gets the usage location of the user.
Returns:
userPrincipalName
public abstract String userPrincipalName()
Gets user principal name.
Returns:
Applies to
Azure SDK for Java