public class ListFileMembersBatchResult extends Object
DbxUserSharingRequests.listFileMembersBatch(java.util.List,long)
.Modifier and Type | Field and Description |
---|---|
protected String |
file |
protected ListFileMembersIndividualResult |
result |
Constructor and Description |
---|
ListFileMembersBatchResult(String file,
ListFileMembersIndividualResult result)
Per-file result for
DbxUserSharingRequests.listFileMembersBatch(java.util.List,long) . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFile()
This is the input file identifier, whether an ID or a path.
|
ListFileMembersIndividualResult |
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 ListFileMembersIndividualResult result
public ListFileMembersBatchResult(String file, ListFileMembersIndividualResult result)
DbxUserSharingRequests.listFileMembersBatch(java.util.List,long)
.file
- This is the input file identifier, whether an ID or a path.
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()
null
.public ListFileMembersIndividualResult getResult()
null
.public String toStringMultiline()
The returned String may contain newlines.