public final class O365OrganizationResponse extends Object implements Serializable
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContractUuid()
Returns the corresponding iland Salesforce contract UUID.
|
String |
getCrm()
Returns the iland company id.
|
Instant |
getFirstBackupTime()
Returns the time when this organization was processed by a backup job for
the first time.
|
Instant |
getLastBackupTime()
Returns the time when this organization was processed by a backup job for
the last time.
|
String |
getLocationId()
Returns the iland location id.
|
String |
getName()
Returns the O365 VBO Organization name.
|
O365OrganizationRegion |
getRegion()
Returns the O365 VBO Organization region.
|
int |
getTotalBackedupUsers()
Returns the total numbers of users backed up with VBO.
|
int |
getTotalLicensedUsers()
Returns the total number of licensed users with iland (contracted).
|
int |
getTotalUsers()
Returns the total numbers of users O365 side.
|
O365OrganizationType |
getType()
Returns the O365 VBO Organization type.
|
String |
getUuid()
Returns the O365 VBO Organization UUID.
|
int |
hashCode() |
boolean |
isBackedUp()
If set to True, indicates that this organization had already been processed
by a backup job.
|
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 components.
|
boolean |
isTrial()
Is this O365 VBO org an iland customer in free trial?
|
public 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)
public String getUuid()
public String getName()
public String getCrm()
public String getLocationId()
public String getContractUuid()
public O365OrganizationType getType()
O365OrganizationType
public O365OrganizationRegion getRegion()
O365OrganizationRegion
public boolean isExchangeOnline()
public boolean isSharePointOnline()
public boolean isBackedUp()
public Instant getFirstBackupTime()
Instant
public Instant getLastBackupTime()
Instant
public boolean isTrial()
public int getTotalUsers()
public int getTotalBackedupUsers()
public int getTotalLicensedUsers()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.