public class DevicesListMembersDevicesBuilder extends Object
DbxTeamTeamRequests.devicesListMembersDevicesBuilder()
.
Use this class to set optional request parameters and complete the request.
Modifier and Type | Method and Description |
---|---|
ListMembersDevicesResult |
start()
Issues the request.
|
DevicesListMembersDevicesBuilder |
withCursor(String cursor)
Set value for optional field.
|
DevicesListMembersDevicesBuilder |
withIncludeDesktopClients(Boolean includeDesktopClients)
Set value for optional field.
|
DevicesListMembersDevicesBuilder |
withIncludeMobileClients(Boolean includeMobileClients)
Set value for optional field.
|
DevicesListMembersDevicesBuilder |
withIncludeWebSessions(Boolean includeWebSessions)
Set value for optional field.
|
public DevicesListMembersDevicesBuilder withCursor(String cursor)
cursor
- At the first call to the DbxTeamTeamRequests.devicesListMembersDevices(com.dropbox.core.v2.team.ListMembersDevicesArg)
the cursor shouldn't
be passed. Then, if the result of the call includes a cursor, the
following requests should include the received cursors in order to
receive the next sub list of team devices.public DevicesListMembersDevicesBuilder withIncludeWebSessions(Boolean includeWebSessions)
If left unset or set to null
, defaults to true
.
includeWebSessions
- Whether to list web sessions of the team
members. Defaults to true
when set to null
.public DevicesListMembersDevicesBuilder withIncludeDesktopClients(Boolean includeDesktopClients)
If left unset or set to null
, defaults to true
.
includeDesktopClients
- Whether to list desktop clients of the team
members. Defaults to true
when set to null
.public DevicesListMembersDevicesBuilder withIncludeMobileClients(Boolean includeMobileClients)
If left unset or set to null
, defaults to true
.
includeMobileClients
- Whether to list mobile clients of the team
members. Defaults to true
when set to null
.public ListMembersDevicesResult start() throws ListMembersDevicesErrorException, DbxException