public final class O365GroupResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| O365GroupResponse(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 group name. | 
| String | getName()Gets the O365 group name. | 
| String | getNativeId()Get the Vbo group 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 group is backed up. | 
| boolean | isDeletedFromOrg()Whether the Office 365 group 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.