public final class O365OrganizationResponse extends Object
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) |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationId()
The applicationId to use during modern app device code generation
|
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.
|
int |
getIlandLicensedUsers()
Specifies the licensed user count from license api.
|
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.
|
int |
getNumberOfLicensesUsed()
Specifies the amount of the used licenses.
|
int |
getNumberOfReservedLicenses()
Returns the total numbers of licenses reserved for customer (setup in salesforce).
|
int |
getProtectedActiveUsers()
Returns the total number of backed up active users of account type User.
|
int |
getProtectedInactiveUsers()
Returns the total number of backed up inactive users of account type User.
|
int |
getProtectedSharedUsers()
Returns total number of backed up Group/Shared/Public users.
|
O365OrganizationRegion |
getRegion()
Returns the O365 VBO Organization region.
|
int |
getTotalBackedupUsers()
Deprecated.
Use getTotalProtectedUsers.
|
int |
getTotalLicensedUsers()
Deprecated.
Use getNumberOfLicensesUsed.
|
int |
getTotalLicensesConsumed()
Deprecated.
Use getTotalLicensedUsers.
|
int |
getTotalProtectedUsers()
Returns the total number of backed up users of account type User.
|
int |
getTotalUsers()
Deprecated.
Use getTotalProtectedUsers, getProtectedSharedUsers, getUnprotectedLicensedUsers, getTotalLicensedUsers.
|
O365OrganizationType |
getType()
Returns the O365 VBO Organization type.
|
int |
getUnprotectedLicensedUsers()
Returns the total number of unprotected active users with account type User.
|
int |
getUnprotectedUsers()
Deprecated.
Use getUnprotectedLicensedUsers.
|
String |
getUuid()
Returns the O365 VBO Organization UUID.
|
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 |
isTeamsChatOnline()
If set to True, indicates that this organization contains Microsoft Office
365 Teams chat components.
|
boolean |
isTeamsOnline()
If set to True, indicates that this organization contains Microsoft Office
365 Teams components.
|
boolean |
isTrial()
Is this O365 VBO org an iland customer in free trial?
|
boolean |
isUseApplicationOnlyAuth()
Specifies whether to use modern application only authentication.
|
boolean |
isUseModernAuth()
Specifies whether or not to use modern authentication.
|
public 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)
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 isTeamsOnline()
public boolean isTeamsChatOnline()
public boolean isBackedUp()
public boolean isUseModernAuth()
public Instant getFirstBackupTime()
Instant
public Instant getLastBackupTime()
Instant
public boolean isTrial()
public int getProtectedActiveUsers()
public int getProtectedInactiveUsers()
public int getTotalProtectedUsers()
public int getProtectedSharedUsers()
public int getTotalLicensedUsers()
public int getUnprotectedLicensedUsers()
public int getNumberOfReservedLicenses()
public int getTotalUsers()
public int getTotalBackedupUsers()
public int getTotalLicensesConsumed()
public int getUnprotectedUsers()
public int getNumberOfLicensesUsed()
public boolean isUseApplicationOnlyAuth()
public int getIlandLicensedUsers()
public String getApplicationId()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.