com.google.api.ads.dfp.axis.v201206
Class UserTeamAssociation

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201206.UserRecordTeamAssociation
      extended by com.google.api.ads.dfp.axis.v201206.UserTeamAssociation
All Implemented Interfaces:
Serializable

public class UserTeamAssociation
extends UserRecordTeamAssociation
implements Serializable

UserTeamAssociation associates a User with a Team to provide the user access to the entities that belong to the team.

See Also:
Serialized Form

Constructor Summary
UserTeamAssociation()
           
UserTeamAssociation(Long teamId, TeamAccessType overriddenTeamAccessType, TeamAccessType defaultTeamAccessType, String userRecordTeamAssociationType, Long userId)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 Long getUserId()
          Gets the userId value for this UserTeamAssociation.
 int hashCode()
           
 void setUserId(Long userId)
          Sets the userId value for this UserTeamAssociation.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201206.UserRecordTeamAssociation
getDefaultTeamAccessType, getOverriddenTeamAccessType, getTeamId, getUserRecordTeamAssociationType, setDefaultTeamAccessType, setOverriddenTeamAccessType, setTeamId, setUserRecordTeamAssociationType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTeamAssociation

public UserTeamAssociation()

UserTeamAssociation

public UserTeamAssociation(Long teamId,
                           TeamAccessType overriddenTeamAccessType,
                           TeamAccessType defaultTeamAccessType,
                           String userRecordTeamAssociationType,
                           Long userId)
Method Detail

getUserId

public Long getUserId()
Gets the userId value for this UserTeamAssociation.

Returns:
userId * Refers to the UserRecord.id.

setUserId

public void setUserId(Long userId)
Sets the userId value for this UserTeamAssociation.

Parameters:
userId - * Refers to the UserRecord.id.

equals

public boolean equals(Object obj)
Overrides:
equals in class UserRecordTeamAssociation

hashCode

public int hashCode()
Overrides:
hashCode in class UserRecordTeamAssociation

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.