Package com.dropbox.core.v2.files
Class LockFileBatchResult
java.lang.Object
com.dropbox.core.v2.files.FileOpsResult
com.dropbox.core.v2.files.LockFileBatchResult
-
Field Details
-
entries
-
-
Constructor Details
-
LockFileBatchResult
- Parameters:
entries- Each Entry in the 'entries' will have '.tag' with the operation status (e.g. success), the metadata for the file and the lock state after the operation. Must not contain anullitem and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getEntries
Each Entry in the 'entries' will have '.tag' with the operation status (e.g. success), the metadata for the file and the lock state after the operation.- Returns:
- value for this field, never
null.
-
hashCode
public int hashCode()- Overrides:
hashCodein classFileOpsResult
-
equals
- Overrides:
equalsin classFileOpsResult
-
toString
- Overrides:
toStringin classFileOpsResult
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Overrides:
toStringMultilinein classFileOpsResult- Returns:
- Formatted, multiline String representation of this object
-