Package com.dropbox.core.v2.teamlog
Class MicrosoftLoginChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.MicrosoftLoginChangePolicyDetails
Enabled/disabled Microsoft login for team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MicrosoftLoginPolicyprotected final MicrosoftLoginPolicy -
Constructor Summary
ConstructorsConstructorDescriptionEnabled/disabled Microsoft login for team.MicrosoftLoginChangePolicyDetails(MicrosoftLoginPolicy newValue, MicrosoftLoginPolicy previousValue) Enabled/disabled Microsoft login for team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
MicrosoftLoginChangePolicyDetails
public MicrosoftLoginChangePolicyDetails(@Nonnull MicrosoftLoginPolicy newValue, @Nullable MicrosoftLoginPolicy previousValue) Enabled/disabled Microsoft login for team.- Parameters:
newValue- New Microsoft login policy. Must not benull.previousValue- Previous Microsoft login policy. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
MicrosoftLoginChangePolicyDetails
Enabled/disabled Microsoft login for team.The default values for unset fields will be used.
- Parameters:
newValue- New Microsoft login policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New Microsoft login policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous Microsoft login policy. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
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
-