Package com.dropbox.core.v2.team
Class GroupMemberInfo
java.lang.Object
com.dropbox.core.v2.team.GroupMemberInfo
Profile of group member, and role in group.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGroupMemberInfo(MemberProfile profile, GroupAccessType accessType) Profile of group member, and role in group. -
Method Summary
-
Field Details
-
profile
-
accessType
-
-
Constructor Details
-
GroupMemberInfo
Profile of group member, and role in group.- Parameters:
profile- Profile of group member. Must not benull.accessType- The role that the user has in the group. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getProfile
Profile of group member.- Returns:
- value for this field, never
null.
-
getAccessType
The role that the user has in the group.- 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
-