public abstract class UserRecordTeamAssociation extends Object
UserRecordTeamAssociation represents the association between a
UserRecord and a Team.
Java class for UserRecordTeamAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserRecordTeamAssociation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="teamId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="overriddenTeamAccessType" type="{https://www.google.com/apis/ads/publisher/v201708}TeamAccessType" minOccurs="0"/>
<element name="defaultTeamAccessType" type="{https://www.google.com/apis/ads/publisher/v201708}TeamAccessType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TeamAccessType |
defaultTeamAccessType |
protected TeamAccessType |
overriddenTeamAccessType |
protected Long |
teamId |
| Constructor and Description |
|---|
UserRecordTeamAssociation() |
| Modifier and Type | Method and Description |
|---|---|
TeamAccessType |
getDefaultTeamAccessType()
Gets the value of the defaultTeamAccessType property.
|
TeamAccessType |
getOverriddenTeamAccessType()
Gets the value of the overriddenTeamAccessType property.
|
Long |
getTeamId()
Gets the value of the teamId property.
|
void |
setDefaultTeamAccessType(TeamAccessType value)
Sets the value of the defaultTeamAccessType property.
|
void |
setOverriddenTeamAccessType(TeamAccessType value)
Sets the value of the overriddenTeamAccessType property.
|
void |
setTeamId(Long value)
Sets the value of the teamId property.
|
protected Long teamId
protected TeamAccessType overriddenTeamAccessType
protected TeamAccessType defaultTeamAccessType
public Long getTeamId()
Longpublic void setTeamId(Long value)
value - allowed object is
Longpublic TeamAccessType getOverriddenTeamAccessType()
TeamAccessTypepublic void setOverriddenTeamAccessType(TeamAccessType value)
value - allowed object is
TeamAccessTypepublic TeamAccessType getDefaultTeamAccessType()
TeamAccessTypepublic void setDefaultTeamAccessType(TeamAccessType value)
value - allowed object is
TeamAccessTypeCopyright © 2018. All Rights Reserved.