Class O365UserResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365UserResponse
Office 365 User Response.
- Author:
- Nick Kasprzak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the user name.getName()Gets the O365 user name.Get the Vbo user id.Get the VBO organization's name.Get the VBO organization's uuid.getType()Get the type.inthashCode()booleanWhether this O365 user is an active user.booleanWhether the Office 365 user is backed up.booleanDeprecated.not to be used anymore.booleanWhether this O365 user is a licensed user.
-
Constructor Details
-
O365UserResponse
-
-
Method Details
-
getDisplayName
Get the user name.- Returns:
Stringuser name
-
getOrganizationName
Get the VBO organization's name.- Returns:
Stringvbo organization name
-
getOrganizationUuid
Get the VBO organization's uuid.- Returns:
Stringvbo organization uuid
-
getType
Get the type.- Returns:
Stringtype
-
isBackedUp
public boolean isBackedUp()Whether the Office 365 user is backed up.- Returns:
- whether the office 365 user is backed up
-
isDeletedFromOrg
public boolean isDeletedFromOrg()Deprecated.not to be used anymore.Whether the Office 365 user has been deleted from the organization.- Returns:
- whether the office 365 user has been deleted
-
getNativeId
Get the Vbo user id.- Returns:
- the vbo user id
-
getName
Gets the O365 user name.- Returns:
- the O365 user name
-
isArchived
public boolean isArchived()Whether this O365 user is an active user. Returns False for active.- Returns:
- False for active and True for inactive
-
isLicensed
public boolean isLicensed()Whether this O365 user is a licensed user. Returns False for unlicensed.- Returns:
- Returns False for unlicensed and true for licensed
-
equals
-
hashCode
public int hashCode()
-