public class DevicesListMemberDevicesBuilder
extends java.lang.Object
DbxTeamTeamRequests.devicesListMemberDevicesBuilder(java.lang.String)
.
Use this class to set optional request parameters and complete the request.
Modifier and Type | Method and Description |
---|---|
ListMemberDevicesResult |
start()
Issues the request.
|
DevicesListMemberDevicesBuilder |
withIncludeDesktopClients(java.lang.Boolean includeDesktopClients)
Set value for optional field.
|
DevicesListMemberDevicesBuilder |
withIncludeMobileClients(java.lang.Boolean includeMobileClients)
Set value for optional field.
|
DevicesListMemberDevicesBuilder |
withIncludeWebSessions(java.lang.Boolean includeWebSessions)
Set value for optional field.
|
public DevicesListMemberDevicesBuilder withIncludeWebSessions(java.lang.Boolean includeWebSessions)
If left unset or set to null
, defaults to true
.
includeWebSessions
- Whether to list web sessions of the team's
member. Defaults to true
when set to null
.public DevicesListMemberDevicesBuilder withIncludeDesktopClients(java.lang.Boolean includeDesktopClients)
If left unset or set to null
, defaults to true
.
includeDesktopClients
- Whether to list linked desktop devices of
the team's member. Defaults to true
when set to null
.public DevicesListMemberDevicesBuilder withIncludeMobileClients(java.lang.Boolean includeMobileClients)
If left unset or set to null
, defaults to true
.
includeMobileClients
- Whether to list linked mobile devices of the
team's member. Defaults to true
when set to null
.public ListMemberDevicesResult start() throws ListMemberDevicesErrorException, DbxException