public class GraphMembershipUser extends DirectoryObject
displayName, id
Modifier | Constructor and Description |
---|---|
protected |
GraphMembershipUser() |
|
GraphMembershipUser(String id,
String displayName,
String givenName,
String mail,
String surname,
String userPrincipalName,
Boolean accountEnabled) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAccountEnabled() |
String |
getDisplayName() |
String |
getGivenName() |
String |
getId() |
String |
getMail() |
String |
getSurname() |
String |
getUserPrincipalName() |
public String getGivenName()
public String getMail()
public String getSurname()
public String getUserPrincipalName()
public Boolean getAccountEnabled()
public String getDisplayName()
getDisplayName
in class DirectoryObject
public String getId()
getId
in class DirectoryObject
Copyright © 2021 Atlassian. All rights reserved.