Package com.dropbox.core.v2.team
Class DevicesListMemberDevicesBuilder
- java.lang.Object
-
- com.dropbox.core.v2.team.DevicesListMemberDevicesBuilder
-
public class DevicesListMemberDevicesBuilder extends java.lang.Object
The request builder returned byDbxTeamTeamRequests.devicesListMemberDevicesBuilder(java.lang.String)
.Use this class to set optional request parameters and complete the request.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
withIncludeWebSessions
public DevicesListMemberDevicesBuilder withIncludeWebSessions(java.lang.Boolean includeWebSessions)
Set value for optional field.If left unset or set to
null
, defaults totrue
.- Parameters:
includeWebSessions
- Whether to list web sessions of the team's member. Defaults totrue
when set tonull
.- Returns:
- this builder
-
withIncludeDesktopClients
public DevicesListMemberDevicesBuilder withIncludeDesktopClients(java.lang.Boolean includeDesktopClients)
Set value for optional field.If left unset or set to
null
, defaults totrue
.- Parameters:
includeDesktopClients
- Whether to list linked desktop devices of the team's member. Defaults totrue
when set tonull
.- Returns:
- this builder
-
withIncludeMobileClients
public DevicesListMemberDevicesBuilder withIncludeMobileClients(java.lang.Boolean includeMobileClients)
Set value for optional field.If left unset or set to
null
, defaults totrue
.- Parameters:
includeMobileClients
- Whether to list linked mobile devices of the team's member. Defaults totrue
when set tonull
.- Returns:
- this builder
-
start
public ListMemberDevicesResult start() throws ListMemberDevicesErrorException, DbxException
Issues the request.
-
-