Package com.dropbox.core.v2.team
Class DevicesListMembersDevicesBuilder
- java.lang.Object
- 
- com.dropbox.core.v2.team.DevicesListMembersDevicesBuilder
 
- 
 public class DevicesListMembersDevicesBuilder extends java.lang.ObjectThe request builder returned byDbxTeamTeamRequests.devicesListMembersDevicesBuilder().Use this class to set optional request parameters and complete the request. 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMembersDevicesResultstart()Issues the request.DevicesListMembersDevicesBuilderwithCursor(java.lang.String cursor)Set value for optional field.DevicesListMembersDevicesBuilderwithIncludeDesktopClients(java.lang.Boolean includeDesktopClients)Set value for optional field.DevicesListMembersDevicesBuilderwithIncludeMobileClients(java.lang.Boolean includeMobileClients)Set value for optional field.DevicesListMembersDevicesBuilderwithIncludeWebSessions(java.lang.Boolean includeWebSessions)Set value for optional field.
 
- 
- 
- 
Method Detail- 
withCursorpublic DevicesListMembersDevicesBuilder withCursor(java.lang.String cursor) Set value for optional field.- Parameters:
- 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.
- Returns:
- this builder
 
 - 
withIncludeWebSessionspublic DevicesListMembersDevicesBuilder 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 DevicesListMembersDevicesBuilder 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 DevicesListMembersDevicesBuilder 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 ListMembersDevicesResult start() throws ListMembersDevicesErrorException, DbxException Issues the request.
 
- 
 
-