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