Package com.dropbox.core.v2.teamlog
Class EmmChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
Enabled/disabled enterprise mobility management for members.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmmChangePolicyDetails(EmmState newValue) Enabled/disabled enterprise mobility management for members.EmmChangePolicyDetails(EmmState newValue, EmmState previousValue) Enabled/disabled enterprise mobility management for members. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
EmmChangePolicyDetails
Enabled/disabled enterprise mobility management for members.- Parameters:
newValue- New enterprise mobility management policy. Must not benull.previousValue- Previous enterprise mobility management policy. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
EmmChangePolicyDetails
Enabled/disabled enterprise mobility management for members.The default values for unset fields will be used.
- Parameters:
newValue- New enterprise mobility management policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New enterprise mobility management policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous enterprise mobility management 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
-