Class O365GroupResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365GroupResponse
- All Implemented Interfaces:
Serializable
Office 365 Group Response.
- Author:
- Sachin Mittal
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the group name.getName()Gets the O365 group name.Get the Vbo group id.Get the VBO organization's name.Get the VBO organization's uuid.getType()Get the type.inthashCode()booleanWhether the Office 365 group is backed up.booleanWhether the Office 365 group has been deleted from the organization.
-
Constructor Details
-
O365GroupResponse
-
-
Method Details
-
getDisplayName
Get the group name.- Returns:
Stringgroup 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 group is backed up.- Returns:
- whether the office 365 group is backed up
-
isDeletedFromOrg
public boolean isDeletedFromOrg()Whether the Office 365 group has been deleted from the organization.- Returns:
- whether the office 365 group has been deleted
-
getNativeId
Get the Vbo group id.- Returns:
- the vbo group id
-
getName
Gets the O365 group name.- Returns:
- the O365 group name
-
equals
-
hashCode
public int hashCode()
-