The team member's relationship to the team. This defaults to MEMBER if not set.
import com.glean.api_client.glean_api_client.models.components.PersonTeamRelationship;
PersonTeamRelationship value = PersonTeamRelationship.MEMBER;
// Open enum: use .of() to create instances from custom string values
PersonTeamRelationship custom = PersonTeamRelationship.of("custom_value");| Name | Value |
|---|---|
MEMBER |
MEMBER |
MANAGER |
MANAGER |
LEAD |
LEAD |
POINT_OF_CONTACT |
POINT_OF_CONTACT |
OTHER |
OTHER |