public final class O365OrganizationCreateRequest extends Object implements Serializable
Constructor and Description |
---|
O365OrganizationCreateRequest(String name,
boolean isExchangeOnline,
boolean isSharePointOnline,
String account,
String password,
boolean createDefaultJobs,
String repositoryId) |
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.
|
String |
getRepositoryId()
Get the backup repository id
|
boolean |
isCreateDefaultJobs()
Whether the default jobs will be created.
|
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".
String
public String getPassword()
public boolean isCreateDefaultJobs()
public String getRepositoryId()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.