public class UserTeamAssociation extends UserRecordTeamAssociation
UserTeamAssociation associates a User with a Team
to provide the user access to the entities that belong to the team.
Java class for UserTeamAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserTeamAssociation">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201802}UserRecordTeamAssociation">
<sequence>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
userId |
defaultTeamAccessType, overriddenTeamAccessType, teamId| Constructor and Description |
|---|
UserTeamAssociation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getUserId()
Gets the value of the userId property.
|
void |
setUserId(Long value)
Sets the value of the userId property.
|
getDefaultTeamAccessType, getOverriddenTeamAccessType, getTeamId, setDefaultTeamAccessType, setOverriddenTeamAccessType, setTeamIdprotected Long userId
Copyright © 2018. All Rights Reserved.