Package com.dropbox.core.v2.teamlog
Class SsoChangeSamlIdentityModeDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
Changed SAML identity mode for SSO.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final longprotected final long -
Constructor Summary
ConstructorsConstructorDescriptionSsoChangeSamlIdentityModeDetails(long previousValue, long newValue) Changed SAML identity mode for SSO. -
Method Summary
-
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() -
equals
-
toString
-
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
-