Class RemovedStatus

java.lang.Object
com.dropbox.core.v2.team.RemovedStatus

public class RemovedStatus extends Object
  • Field Details

    • isRecoverable

      protected final boolean isRecoverable
    • isDisconnected

      protected final boolean isDisconnected
  • Constructor Details

    • RemovedStatus

      public RemovedStatus(boolean isRecoverable, boolean isDisconnected)
      Parameters:
      isRecoverable - True if the removed team member is recoverable.
      isDisconnected - True if the team member's account was converted to individual account.
  • Method Details

    • getIsRecoverable

      public boolean getIsRecoverable()
      True if the removed team member is recoverable.
      Returns:
      value for this field.
    • getIsDisconnected

      public boolean getIsDisconnected()
      True if the team member's account was converted to individual account.
      Returns:
      value for this field.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toStringMultiline

      public String toStringMultiline()
      Returns a String representation of this object formatted for easier readability.

      The returned String may contain newlines.

      Returns:
      Formatted, multiline String representation of this object