Class SsoChangeSamlIdentityModeDetails

java.lang.Object
com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails

public class SsoChangeSamlIdentityModeDetails extends Object
Changed SAML identity mode for SSO.
  • Field Details

    • previousValue

      protected final long previousValue
    • newValue

      protected final long newValue
  • Constructor Details

    • SsoChangeSamlIdentityModeDetails

      public SsoChangeSamlIdentityModeDetails(long previousValue, long newValue)
      Changed SAML identity mode for SSO.
      Parameters:
      previousValue - Previous single sign-on identity mode.
      newValue - New single sign-on identity mode.
  • Method Details

    • getPreviousValue

      public long getPreviousValue()
      Previous single sign-on identity mode.
      Returns:
      value for this field.
    • getNewValue

      public long getNewValue()
      New single sign-on identity mode.
      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