Package com.dropbox.core.v2.teamlog
Class FileLockingLockStatusChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.FileLockingLockStatusChangedDetails
Locked/unlocked editing for a file.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFileLockingLockStatusChangedDetails(LockStatus previousValue, LockStatus newValue) Locked/unlocked editing for a file. -
Method Summary
-
Field Details
-
previousValue
-
newValue
-
-
Constructor Details
-
FileLockingLockStatusChangedDetails
public FileLockingLockStatusChangedDetails(@Nonnull LockStatus previousValue, @Nonnull LockStatus newValue) Locked/unlocked editing for a file.- Parameters:
previousValue- Previous lock status of the file. Must not benull.newValue- New lock status of the file. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getPreviousValue
Previous lock status of the file.- Returns:
- value for this field, never
null.
-
getNewValue
New lock status of the file.- 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
-