Package com.dropbox.core.v2.team
Class MemberAccess
java.lang.Object
com.dropbox.core.v2.team.MemberAccess
Specify access type a member should have when joined to a group.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMemberAccess(UserSelectorArg user, GroupAccessType accessType) Specify access type a member should have when joined to a group. -
Method Summary
-
Field Details
-
user
-
accessType
-
-
Constructor Details
-
MemberAccess
Specify access type a member should have when joined to a group.- Parameters:
user- Identity of a user. Must not benull.accessType- Access type. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getUser
Identity of a user.- Returns:
- value for this field, never
null.
-
getAccessType
Access type.- 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
-