public class GetFileMetadataBatchResult extends Object
DbxUserSharingRequests.getFileMetadataBatch(java.util.List,java.util.List)| Modifier and Type | Field and Description |
|---|---|
protected String |
file |
protected GetFileMetadataIndividualResult |
result |
| Constructor and Description |
|---|
GetFileMetadataBatchResult(String file,
GetFileMetadataIndividualResult result)
Per file results of
DbxUserSharingRequests.getFileMetadataBatch(java.util.List,java.util.List) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFile()
This is the input file identifier corresponding to one of the
files argument to DbxUserSharingRequests.getFileMetadataBatch(java.util.List,java.util.List). |
GetFileMetadataIndividualResult |
getResult()
The result for this particular file
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final String file
protected final GetFileMetadataIndividualResult result
public GetFileMetadataBatchResult(String file, GetFileMetadataIndividualResult result)
DbxUserSharingRequests.getFileMetadataBatch(java.util.List,java.util.List)file - This is the input file identifier corresponding to one of
the files argument to DbxUserSharingRequests.getFileMetadataBatch(java.util.List,java.util.List).
Must have length of at least 1, match pattern "((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?", and not be null.result - The result for this particular file. Must not be null.IllegalArgumentException - If any argument does not meet its
preconditions.public String getFile()
files argument to DbxUserSharingRequests.getFileMetadataBatch(java.util.List,java.util.List).null.public GetFileMetadataIndividualResult getResult()
null.public String toStringMultiline()
The returned String may contain newlines.