Class O365UserResponse

java.lang.Object
com.iland.core.web.rest.response.vbo.O365UserResponse

public final class O365UserResponse extends Object
Office 365 User Response.
Author:
Nick Kasprzak
  • Constructor Details

    • O365UserResponse

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

    • getDisplayName

      public String getDisplayName()
      Get the user name.
      Returns:
      String user 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 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

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

      public String 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

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

      public int hashCode()
      Overrides:
      hashCode in class Object