Package com.dropbox.core.v2.team
Class ListMembersDevicesResult
java.lang.Object
com.dropbox.core.v2.team.ListMembersDevicesResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionListMembersDevicesResult(List<MemberDevices> devices, boolean hasMore) NoneListMembersDevicesResult(List<MemberDevices> devices, boolean hasMore, String cursor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanPass the cursor intoDbxTeamTeamRequests.devicesListMembersDevices(com.dropbox.core.v2.team.ListMembersDevicesArg)to receive the next sub list of team's devices.The devices of each member of the team.booleanIf true, then there are more devices available.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
devices
-
hasMore
protected final boolean hasMore -
cursor
-
-
Constructor Details
-
ListMembersDevicesResult
public ListMembersDevicesResult(@Nonnull List<MemberDevices> devices, boolean hasMore, @Nullable String cursor) - Parameters:
devices- The devices of each member of the team. Must not contain anullitem and not benull.hasMore- If true, then there are more devices available. Pass the cursor toDbxTeamTeamRequests.devicesListMembersDevices(com.dropbox.core.v2.team.ListMembersDevicesArg)to retrieve the rest.cursor- Pass the cursor intoDbxTeamTeamRequests.devicesListMembersDevices(com.dropbox.core.v2.team.ListMembersDevicesArg)to receive the next sub list of team's devices.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
ListMembersDevicesResult
NoneThe default values for unset fields will be used.
- Parameters:
devices- The devices of each member of the team. Must not contain anullitem and not benull.hasMore- If true, then there are more devices available. Pass the cursor toDbxTeamTeamRequests.devicesListMembersDevices(com.dropbox.core.v2.team.ListMembersDevicesArg)to retrieve the rest.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getDevices
The devices of each member of the team.- Returns:
- value for this field, never
null.
-
getHasMore
public boolean getHasMore()If true, then there are more devices available. Pass the cursor toDbxTeamTeamRequests.devicesListMembersDevices(com.dropbox.core.v2.team.ListMembersDevicesArg)to retrieve the rest.- Returns:
- value for this field.
-
getCursor
Pass the cursor intoDbxTeamTeamRequests.devicesListMembersDevices(com.dropbox.core.v2.team.ListMembersDevicesArg)to receive the next sub list of team's devices.- Returns:
- value for this field, or
nullif not present.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-