public class MembersSetPermissionsResult extends Object
Modifier and Type | Field and Description |
---|---|
protected AdminTier |
role |
protected String |
teamMemberId |
Constructor and Description |
---|
MembersSetPermissionsResult(String teamMemberId,
AdminTier role) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
AdminTier |
getRole()
The role after the change.
|
String |
getTeamMemberId()
The member ID of the user to which the change was applied.
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
public MembersSetPermissionsResult(String teamMemberId, AdminTier role)
teamMemberId
- The member ID of the user to which the change was
applied. Must not be null
.role
- The role after the change. Must not be null
.IllegalArgumentException
- If any argument does not meet its
preconditions.public String getTeamMemberId()
null
.public AdminTier getRole()
null
.public String toStringMultiline()
The returned String may contain newlines.