public class ListFileMembersBatchResult
extends java.lang.Object
DbxUserSharingRequests.listFileMembersBatch(java.util.List,long)
.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
file |
protected ListFileMembersIndividualResult |
result |
Constructor and Description |
---|
ListFileMembersBatchResult(java.lang.String file,
ListFileMembersIndividualResult result)
Per-file result for
DbxUserSharingRequests.listFileMembersBatch(java.util.List,long) . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFile()
This is the input file identifier, whether an ID or a path.
|
ListFileMembersIndividualResult |
getResult()
The result for this particular file.
|
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final java.lang.String file
protected final ListFileMembersIndividualResult result
public ListFileMembersBatchResult(java.lang.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
.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.public java.lang.String getFile()
null
.public ListFileMembersIndividualResult getResult()
null
.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringMultiline()
The returned String may contain newlines.