Package com.dropbox.core.v2.team
Class DevicesListTeamDevicesBuilder
- java.lang.Object
- 
- com.dropbox.core.v2.team.DevicesListTeamDevicesBuilder
 
- 
 public class DevicesListTeamDevicesBuilder extends java.lang.ObjectThe request builder returned byDbxTeamTeamRequests.devicesListTeamDevicesBuilder().Use this class to set optional request parameters and complete the request. 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTeamDevicesResultstart()Issues the request.DevicesListTeamDevicesBuilderwithCursor(java.lang.String cursor)Set value for optional field.DevicesListTeamDevicesBuilderwithIncludeDesktopClients(java.lang.Boolean includeDesktopClients)Set value for optional field.DevicesListTeamDevicesBuilderwithIncludeMobileClients(java.lang.Boolean includeMobileClients)Set value for optional field.DevicesListTeamDevicesBuilderwithIncludeWebSessions(java.lang.Boolean includeWebSessions)Set value for optional field.
 
- 
- 
- 
Method Detail- 
withCursorpublic DevicesListTeamDevicesBuilder withCursor(java.lang.String cursor) Set value for optional field.- Parameters:
- cursor- At the first call to the- DbxTeamTeamRequests.devicesListTeamDevices(com.dropbox.core.v2.team.ListTeamDevicesArg)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.
- Returns:
- this builder
 
 - 
withIncludeWebSessionspublic DevicesListTeamDevicesBuilder 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 members. Defaults to- truewhen set to- null.
- Returns:
- this builder
 
 - 
withIncludeDesktopClientspublic DevicesListTeamDevicesBuilder withIncludeDesktopClients(java.lang.Boolean includeDesktopClients) Set value for optional field.If left unset or set to null, defaults totrue.- Parameters:
- includeDesktopClients- Whether to list desktop clients of the team members. Defaults to- truewhen set to- null.
- Returns:
- this builder
 
 - 
withIncludeMobileClientspublic DevicesListTeamDevicesBuilder withIncludeMobileClients(java.lang.Boolean includeMobileClients) Set value for optional field.If left unset or set to null, defaults totrue.- Parameters:
- includeMobileClients- Whether to list mobile clients of the team members. Defaults to- truewhen set to- null.
- Returns:
- this builder
 
 - 
startpublic ListTeamDevicesResult start() throws ListTeamDevicesErrorException, DbxException Issues the request.
 
- 
 
-