Package com.dropbox.core.v2.team
Class TeamMemberInfo
java.lang.Object
com.dropbox.core.v2.team.TeamMemberInfo
Information about a team member.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTeamMemberInfo(TeamMemberProfile profile, AdminTier role) Information about a team member. -
Method Summary
-
Field Details
-
profile
-
role
-
-
Constructor Details
-
TeamMemberInfo
Information about a team member.- Parameters:
profile- Profile of a user as a member of a team. Must not benull.role- The user's role in the team. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getProfile
Profile of a user as a member of a team.- Returns:
- value for this field, never
null.
-
getRole
The user's role in the team.- 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
-