public class TeamMemberProperties extends PersonalRoleProperties
| Constructor and Description |
|---|
TeamMemberProperties()
Default constructor
|
TeamMemberProperties(TeamMemberProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getMembershipPosition()
Return details of any special role as a member of the team.
|
String |
getTeamGUID()
Return the unique identifier (guid) of the team.
|
int |
hashCode()
Return hash code for this object
|
void |
setMembershipPosition(String membershipPosition)
Set up details of any special role as a member of the team.
|
void |
setTeamGUID(String teamGUID)
Set up the unique identifier (guid) of the team.
|
String |
toString()
JSON-style toString
|
getAdditionalProperties, getDescription, getDomainIdentifier, getExtendedProperties, getRoleId, getScope, getTitle, getTypeName, setAdditionalProperties, setDescription, setDomainIdentifier, setExtendedProperties, setRoleId, setScope, setTitle, setTypeNamepublic TeamMemberProperties()
public TeamMemberProperties(TeamMemberProperties template)
template - object to copypublic String getMembershipPosition()
public void setMembershipPosition(String membershipPosition)
membershipPosition - membership positionpublic String getTeamGUID()
public void setTeamGUID(String teamGUID)
teamGUID - string guidpublic String toString()
toString in class PersonalRolePropertiespublic boolean equals(Object objectToCompare)
equals in class PersonalRolePropertiesobjectToCompare - test objectpublic int hashCode()
hashCode in class PersonalRolePropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.