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 Summary
All 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
-
withCursor
public DevicesListMembersDevicesBuilder withCursor(java.lang.String cursor)
Set value for optional field.- Parameters:
cursor- At the first call to theDbxTeamTeamRequests.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
-
withIncludeWebSessions
public 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 totruewhen set tonull.- Returns:
- this builder
-
withIncludeDesktopClients
public 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 totruewhen set tonull.- Returns:
- this builder
-
withIncludeMobileClients
public 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 totruewhen set tonull.- Returns:
- this builder
-
start
public ListMembersDevicesResult start() throws ListMembersDevicesErrorException, DbxException
Issues the request.
-
-