Package com.dropbox.core.v2.team
Class MemberLinkedApps
java.lang.Object
com.dropbox.core.v2.team.MemberLinkedApps
Information on linked applications of a team member.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMemberLinkedApps(String teamMemberId, List<ApiApp> linkedApiApps) Information on linked applications of a team member. -
Method Summary
-
Field Details
-
teamMemberId
-
linkedApiApps
-
-
Constructor Details
-
MemberLinkedApps
Information on linked applications of a team member.- Parameters:
teamMemberId- The member unique Id. Must not benull.linkedApiApps- List of third party applications linked by this team member. Must not contain anullitem and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getTeamMemberId
The member unique Id.- Returns:
- value for this field, never
null.
-
getLinkedApiApps
List of third party applications linked by this team member.- Returns:
- value for this field, never
null.
-
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
-