public class ListFolderMembersBuilder extends Object
DbxUserSharingRequests.listFolderMembersBuilder(String).
Use this class to set optional request parameters and complete the request.
| Modifier and Type | Method and Description |
|---|---|
SharedFolderMembers |
start()
Issues the request.
|
ListFolderMembersBuilder |
withActions(List<MemberAction> actions)
Set value for optional field.
|
ListFolderMembersBuilder |
withLimit(Long limit)
Set value for optional field.
|
public ListFolderMembersBuilder withActions(List<MemberAction> actions)
actions - This is a list indicating whether each returned member
will include a boolean value MemberPermission.getAllow() that
describes whether the current user can perform the MemberAction on
the member. Must not contain a null item.IllegalArgumentException - If any argument does not meet its
preconditions.public ListFolderMembersBuilder withLimit(Long limit)
If left unset or set to null, defaults to 1000L.
limit - The maximum number of results that include members, groups
and invitees to return per request. Must be greater than or equal to
1 and be less than or equal to 1000. Defaults to 1000L when
set to null.IllegalArgumentException - If any argument does not meet its
preconditions.public SharedFolderMembers start() throws SharedFolderAccessErrorException, DbxException