Package com.dropbox.core.v2.team
Class DevicesListMemberDevicesBuilder
- java.lang.Object
- 
- com.dropbox.core.v2.team.DevicesListMemberDevicesBuilder
 
- 
 public class DevicesListMemberDevicesBuilder extends java.lang.ObjectThe request builder returned byDbxTeamTeamRequests.devicesListMemberDevicesBuilder(java.lang.String).Use this class to set optional request parameters and complete the request. 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMemberDevicesResultstart()Issues the request.DevicesListMemberDevicesBuilderwithIncludeDesktopClients(java.lang.Boolean includeDesktopClients)Set value for optional field.DevicesListMemberDevicesBuilderwithIncludeMobileClients(java.lang.Boolean includeMobileClients)Set value for optional field.DevicesListMemberDevicesBuilderwithIncludeWebSessions(java.lang.Boolean includeWebSessions)Set value for optional field.
 
- 
- 
- 
Method Detail- 
withIncludeWebSessionspublic 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 to- truewhen set to- null.
- Returns:
- this builder
 
 - 
withIncludeDesktopClientspublic 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 to- truewhen set to- null.
- Returns:
- this builder
 
 - 
withIncludeMobileClientspublic 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 to- truewhen set to- null.
- Returns:
- this builder
 
 - 
startpublic ListMemberDevicesResult start() throws ListMemberDevicesErrorException, DbxException Issues the request.
 
- 
 
-