public class RelocationBatchV2Result extends FileOpsResult
Modifier and Type | Field and Description |
---|---|
protected java.util.List<RelocationBatchResultEntry> |
entries |
Constructor and Description |
---|
RelocationBatchV2Result(java.util.List<RelocationBatchResultEntry> entries) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<RelocationBatchResultEntry> |
getEntries()
Each entry in CopyBatchArg.entries or the
entries argument to
DbxUserFilesRequests.copyBatchV2(List,boolean) will appear at the
same position inside getEntries() . |
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final java.util.List<RelocationBatchResultEntry> entries
public RelocationBatchV2Result(java.util.List<RelocationBatchResultEntry> entries)
entries
- Each entry in CopyBatchArg.entries or the entries
argument to DbxUserFilesRequests.copyBatchV2(List,boolean)
will appear at the same position inside getEntries()
. Must not contain a null
item and not be null
.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.public java.util.List<RelocationBatchResultEntry> getEntries()
entries
argument to
DbxUserFilesRequests.copyBatchV2(List,boolean)
will appear at the
same position inside getEntries()
.null
.public int hashCode()
hashCode
in class FileOpsResult
public boolean equals(java.lang.Object obj)
equals
in class FileOpsResult
public java.lang.String toString()
toString
in class FileOpsResult
public java.lang.String toStringMultiline()
The returned String may contain newlines.
toStringMultiline
in class FileOpsResult