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() |
abstract String | mailNickname() |
abstract
Country |
usageLocation() |
abstract String | userPrincipalName() |
Method Details
public abstract String mail()
Returns:
user mail
mailNickname
public abstract String mailNickname()
Returns:
the mail alias for the user
usageLocation
public abstract CountryIsoCode usageLocation()
Returns:
the usage location of the user
userPrincipalName
public abstract String userPrincipalName()
Returns:
user principal name
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java