Package | Description |
---|---|
com.iland.core.api.vbo | |
com.iland.core.web.rest.response.vbo |
Modifier and Type | Method and Description |
---|---|
static O365OrganizationRegion |
O365OrganizationRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static O365OrganizationRegion[] |
O365OrganizationRegion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
O365OrganizationRegion |
O365OrganizationResponse.getRegion()
Returns the O365 VBO Organization region.
|
Constructor and Description |
---|
O365OrganizationResponse(String uuid,
String name,
String crm,
String locationId,
String contractUuid,
O365OrganizationType type,
O365OrganizationRegion region,
boolean isExchangeOnline,
boolean isSharePointOnline,
boolean isBackedUp,
Instant firstBackupTime,
Instant lastBackupTime,
boolean isTrial,
int totalUsers,
int totalBackedupUsers,
int totalLicensedUsers) |
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.