public final class O365UserResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| O365UserResponse(String displayName,
                String organizationName,
                String organizationUuid,
                String type,
                boolean isBackedUp,
                boolean isDeletedFromOrg,
                String nativeId,
                String name) | 
| 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 | isBackedUp()Whether the Office 365 user is backed up. | 
| boolean | isDeletedFromOrg()Whether the Office 365 user has been deleted from the organization. | 
public String getOrganizationName()
String vbo organization namepublic String getOrganizationUuid()
String vbo organization uuidpublic boolean isBackedUp()
public boolean isDeletedFromOrg()
public String getNativeId()
public String getName()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.