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 isTeamsOnline,
boolean isTeamsChatOnline,
boolean isBackedUp,
boolean useModernAuth,
boolean useApplicationOnlyAuth,
Instant firstBackupTime,
Instant lastBackupTime,
boolean isTrial,
int protectedActiveUsers,
int protectedInactiveUsers,
int totalProtectedUsers,
int protectedSharedUsers,
int unprotectedLicensedUsers,
int numberOfReservedLicenses,
int numberOfLicensesUsed,
int ilandLicensedUsers,
String applicationId) |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.