public final class O365OrganizationCreateRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| O365OrganizationCreateRequest(String name,
                             boolean isExchangeOnline,
                             boolean isSharePointOnline,
                             String account,
                             String password) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAccount()Specifies the user account for the Microsoft Office 365 organization. | 
| String | getName()Returns the VBO Organization name | 
| String | getPassword()Gets the password used in online settings. | 
| boolean | isExchangeOnline()If set to True, indicates that this organization contains Microsoft Office
 365 Exchange components. | 
| boolean | isSharePointOnline()If set to True, indicates that this organization contains Microsoft Office
 365 SharePoint / OneDrive components. | 
public boolean isExchangeOnline()
public boolean isSharePointOnline()
public String getName()
public String getAccount()
For example, "account": "user@organization.onmicrosoft.com".
Stringpublic String getPassword()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.