public final class O365UserResponse extends Object
Constructor and Description |
---|
O365UserResponse(String displayName,
String organizationName,
String organizationUuid,
String type,
boolean isBackedUp,
boolean isDeletedFromOrg,
String nativeId,
String name,
boolean archived,
boolean licensed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDisplayName()
Get the user name.
|
String |
getName()
Gets the O365 user name.
|
String |
getNativeId()
Get the Vbo user id.
|
String |
getOrganizationName()
Get the VBO organization's name.
|
String |
getOrganizationUuid()
Get the VBO organization's uuid.
|
String |
getType()
Get the type.
|
int |
hashCode() |
boolean |
isArchived()
Whether this O365 user is an active user.
|
boolean |
isBackedUp()
Whether the Office 365 user is backed up.
|
boolean |
isDeletedFromOrg()
Deprecated.
not to be used anymore.
|
boolean |
isLicensed()
Whether this O365 user is a licensed user.
|
public String getOrganizationName()
String
vbo organization namepublic String getOrganizationUuid()
String
vbo organization uuidpublic boolean isBackedUp()
public boolean isDeletedFromOrg()
public String getNativeId()
public String getName()
public boolean isArchived()
public boolean isLicensed()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.