Package com.dropbox.core.v2.team
Class GroupMemberInfo
- java.lang.Object
- 
- com.dropbox.core.v2.team.GroupMemberInfo
 
- 
 public class GroupMemberInfo extends java.lang.ObjectProfile of group member, and role in group.
- 
- 
Field SummaryFields Modifier and Type Field Description protected GroupAccessTypeaccessTypeprotected MemberProfileprofile
 - 
Constructor SummaryConstructors Constructor Description GroupMemberInfo(MemberProfile profile, GroupAccessType accessType)Profile of group member, and role in group.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)GroupAccessTypegetAccessType()The role that the user has in the group.MemberProfilegetProfile()Profile of group member.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Field Detail- 
profileprotected final MemberProfile profile 
 - 
accessTypeprotected final GroupAccessType accessType 
 
- 
 - 
Constructor Detail- 
GroupMemberInfopublic GroupMemberInfo(MemberProfile profile, GroupAccessType accessType) Profile of group member, and role in group.- Parameters:
- profile- Profile of group member. Must not be- null.
- accessType- The role that the user has in the group. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getProfilepublic MemberProfile getProfile() Profile of group member.- Returns:
- value for this field, never null.
 
 - 
getAccessTypepublic GroupAccessType getAccessType() The role that the user has in the group.- Returns:
- value for this field, never null.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String 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
 
 
- 
 
-