Package com.dropbox.core.v2.team
Class ListMemberDevicesResult
java.lang.Object
com.dropbox.core.v2.team.ListMemberDevicesResult
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<ActiveWebSession> protected final List<DesktopClientSession> protected final List<MobileClientSession> -
Constructor Summary
ConstructorsConstructorDescriptionNoneListMemberDevicesResult(List<ActiveWebSession> activeWebSessions, List<DesktopClientSession> desktopClientSessions, List<MobileClientSession> mobileClientSessions) UsenewBuilder()to create instances of this class without specifying values for all optional fields. -
Method Summary
Modifier and TypeMethodDescriptionbooleanList of web sessions made by this team member.List of desktop clients used by this team member.List of mobile client used by this team member.inthashCode()Returns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
activeWebSessions
-
desktopClientSessions
-
mobileClientSessions
-
-
Constructor Details
-
ListMemberDevicesResult
public ListMemberDevicesResult(@Nullable List<ActiveWebSession> activeWebSessions, @Nullable List<DesktopClientSession> desktopClientSessions, @Nullable List<MobileClientSession> mobileClientSessions) UsenewBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
activeWebSessions- List of web sessions made by this team member. Must not contain anullitem.desktopClientSessions- List of desktop clients used by this team member. Must not contain anullitem.mobileClientSessions- List of mobile client used by this team member. Must not contain anullitem.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
ListMemberDevicesResult
public ListMemberDevicesResult()NoneThe default values for unset fields will be used.
-
-
Method Details
-
getActiveWebSessions
List of web sessions made by this team member.- Returns:
- value for this field, or
nullif not present.
-
getDesktopClientSessions
List of desktop clients used by this team member.- Returns:
- value for this field, or
nullif not present.
-
getMobileClientSessions
List of mobile client used by this team member.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Returns:
- builder for this class.
-
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
-