Class O365GroupResponse

java.lang.Object
com.iland.core.web.rest.response.vbo.O365GroupResponse
All Implemented Interfaces:
Serializable

public final class O365GroupResponse extends Object implements Serializable
Office 365 Group Response.
Author:
Sachin Mittal
See Also:
  • Constructor Details

    • O365GroupResponse

      public O365GroupResponse(String displayName, String organizationName, String organizationUuid, String type, boolean isBackedUp, boolean isDeletedFromOrg, String nativeId, String name)
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Get the group name.
      Returns:
      String group name
    • getOrganizationName

      public String getOrganizationName()
      Get the VBO organization's name.
      Returns:
      String vbo organization name
    • getOrganizationUuid

      public String getOrganizationUuid()
      Get the VBO organization's uuid.
      Returns:
      String vbo organization uuid
    • getType

      public String getType()
      Get the type.
      Returns:
      String type
    • 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

      public String getNativeId()
      Get the Vbo group id.
      Returns:
      the vbo group id
    • getName

      public String getName()
      Gets the O365 group name.
      Returns:
      the O365 group name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object