Package com.dropbox.core.v2.paper
Class ListUsersOnFolderResponse
java.lang.Object
com.dropbox.core.v2.paper.ListUsersOnFolderResponse
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionListUsersOnFolderResponse(List<InviteeInfo> invitees, List<UserInfo> users, Cursor cursor, boolean hasMore) -
Method Summary
Modifier and TypeMethodDescriptionbooleanPass the cursor intoDbxUserPaperRequests.docsFolderUsersListContinue(String,String)to paginate through all users.booleanWill be set to True if a subsequent call with the provided cursor toDbxUserPaperRequests.docsFolderUsersListContinue(String,String)returns immediately with some results.List of email addresses that are invited on the Paper folder.getUsers()List of users that are invited on the Paper folder.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
invitees
-
users
-
cursor
-
hasMore
protected final boolean hasMore
-
-
Constructor Details
-
ListUsersOnFolderResponse
public ListUsersOnFolderResponse(@Nonnull List<InviteeInfo> invitees, @Nonnull List<UserInfo> users, @Nonnull Cursor cursor, boolean hasMore) - Parameters:
invitees- List of email addresses that are invited on the Paper folder. Must not contain anullitem and not benull.users- List of users that are invited on the Paper folder. Must not contain anullitem and not benull.cursor- Pass the cursor intoDbxUserPaperRequests.docsFolderUsersListContinue(String,String)to paginate through all users. The cursor preserves all properties as specified in the original call toDbxUserPaperRequests.docsFolderUsersList(String,int). Must not benull.hasMore- Will be set to True if a subsequent call with the provided cursor toDbxUserPaperRequests.docsFolderUsersListContinue(String,String)returns immediately with some results. If set to False please allow some delay before making another call toDbxUserPaperRequests.docsFolderUsersListContinue(String,String).- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getInvitees
List of email addresses that are invited on the Paper folder.- Returns:
- value for this field, never
null.
-
getUsers
List of users that are invited on the Paper folder.- Returns:
- value for this field, never
null.
-
getCursor
Pass the cursor intoDbxUserPaperRequests.docsFolderUsersListContinue(String,String)to paginate through all users. The cursor preserves all properties as specified in the original call toDbxUserPaperRequests.docsFolderUsersList(String,int).- Returns:
- value for this field, never
null.
-
getHasMore
public boolean getHasMore()Will be set to True if a subsequent call with the provided cursor toDbxUserPaperRequests.docsFolderUsersListContinue(String,String)returns immediately with some results. If set to False please allow some delay before making another call toDbxUserPaperRequests.docsFolderUsersListContinue(String,String).- Returns:
- value for this field.
-
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
-