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:
user mail
mailNickname
public abstract String mailNickname()
Gets the mail alias for the user.
Returns:
the mail alias for the user
usageLocation
public abstract CountryIsoCode usageLocation()
Gets the usage location of the user.
Returns:
the usage location of the user
userPrincipalName
public abstract String userPrincipalName()
Gets user principal name.
Returns:
user principal name
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java