Package com.dropbox.core.v2.teamlog
Class CameraUploadsPolicyChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.CameraUploadsPolicyChangedDetails
Changed camera uploads setting for team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CameraUploadsPolicyprotected final CameraUploadsPolicy -
Constructor Summary
ConstructorsConstructorDescriptionCameraUploadsPolicyChangedDetails(CameraUploadsPolicy newValue, CameraUploadsPolicy previousValue) Changed camera uploads setting for team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
CameraUploadsPolicyChangedDetails
public CameraUploadsPolicyChangedDetails(@Nonnull CameraUploadsPolicy newValue, @Nonnull CameraUploadsPolicy previousValue) Changed camera uploads setting for team.- Parameters:
newValue- New camera uploads setting. Must not benull.previousValue- Previous camera uploads setting. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New camera uploads setting.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous camera uploads setting.- Returns:
- value for this field, never
null.
-
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
-