Package com.dropbox.core.v2.files
Class LockFileBatchResult
- java.lang.Object
- 
- com.dropbox.core.v2.files.FileOpsResult
- 
- com.dropbox.core.v2.files.LockFileBatchResult
 
 
- 
 public class LockFileBatchResult extends FileOpsResult 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.List<LockFileResultEntry>entries
 - 
Constructor SummaryConstructors Constructor Description LockFileBatchResult(java.util.List<LockFileResultEntry> entries)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.List<LockFileResultEntry>getEntries()Each Entry in the 'entries' will have '.tag' with the operation status (e.g.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
entriesprotected final java.util.List<LockFileResultEntry> entries 
 
- 
 - 
Constructor Detail- 
LockFileBatchResultpublic LockFileBatchResult(java.util.List<LockFileResultEntry> entries) - 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 a- nullitem and not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getEntriespublic java.util.List<LockFileResultEntry> 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.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- FileOpsResult
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- FileOpsResult
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- FileOpsResult
 
 - 
toStringMultilinepublic java.lang.String toStringMultiline() Returns a String representation of this object formatted for easier readability.The returned String may contain newlines. - Overrides:
- toStringMultilinein class- FileOpsResult
- Returns:
- Formatted, multiline String representation of this object
 
 
- 
 
-