Package com.dropbox.core.v2.team
Class MembersSetPermissionsResult
java.lang.Object
com.dropbox.core.v2.team.MembersSetPermissionsResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
teamMemberId
-
role
-
-
Constructor Details
-
MembersSetPermissionsResult
- Parameters:
teamMemberId- The member ID of the user to which the change was applied. Must not benull.role- The role after the change. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getTeamMemberId
The member ID of the user to which the change was applied.- Returns:
- value for this field, never
null.
-
getRole
The role after the change.- 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
-