Package com.dropbox.core.v2.teamlog
Class SsoChangeSamlIdentityModeDetails
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
 
- 
 public class SsoChangeSamlIdentityModeDetails extends java.lang.ObjectChanged SAML identity mode for SSO.
- 
- 
Field SummaryFields Modifier and Type Field Description protected longnewValueprotected longpreviousValue
 - 
Constructor SummaryConstructors Constructor Description SsoChangeSamlIdentityModeDetails(long previousValue, long newValue)Changed SAML identity mode for SSO.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)longgetNewValue()New single sign-on identity mode.longgetPreviousValue()Previous single sign-on identity mode.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Method Detail- 
getPreviousValuepublic long getPreviousValue() Previous single sign-on identity mode.- Returns:
- value for this field.
 
 - 
getNewValuepublic long getNewValue() New single sign-on identity mode.- Returns:
- value for this field.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.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
 
 
- 
 
-