Package com.dropbox.core.v2.sharing
Class ListFileMembersBatchResult
java.lang.Object
com.dropbox.core.v2.sharing.ListFileMembersBatchResult
Per-file result for
DbxUserSharingRequests.listFileMembersBatch(java.util.List,long).-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final ListFileMembersIndividualResult -
Constructor Summary
ConstructorsConstructorDescriptionListFileMembersBatchResult(String file, ListFileMembersIndividualResult result) Per-file result forDbxUserSharingRequests.listFileMembersBatch(java.util.List,long). -
Method Summary
-
Field Details
-
file
-
result
-
-
Constructor Details
-
ListFileMembersBatchResult
public ListFileMembersBatchResult(@Nonnull String file, @Nonnull ListFileMembersIndividualResult result) Per-file result forDbxUserSharingRequests.listFileMembersBatch(java.util.List,long).- Parameters:
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 benull.result- The result for this particular file. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getFile
This is the input file identifier, whether an ID or a path.- Returns:
- value for this field, never
null.
-
getResult
The result for this particular file.- Returns:
- value for this field, never
null.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-