Uses of Class
com.google.api.ads.dfp.axis.v201204.TeamAccessType

Packages that use TeamAccessType
com.google.api.ads.dfp.axis.v201204   
 

Uses of TeamAccessType in com.google.api.ads.dfp.axis.v201204
 

Fields in com.google.api.ads.dfp.axis.v201204 declared as TeamAccessType
static TeamAccessType TeamAccessType.NONE
           
static TeamAccessType TeamAccessType.READ_ONLY
           
static TeamAccessType TeamAccessType.READ_WRITE
           
 

Methods in com.google.api.ads.dfp.axis.v201204 that return TeamAccessType
static TeamAccessType TeamAccessType.fromString(String value)
           
static TeamAccessType TeamAccessType.fromValue(String value)
           
 TeamAccessType UserRecordTeamAssociation.getDefaultTeamAccessType()
          Gets the defaultTeamAccessType value for this UserRecordTeamAssociation.
 TeamAccessType UserRecordTeamAssociation.getOverriddenTeamAccessType()
          Gets the overriddenTeamAccessType value for this UserRecordTeamAssociation.
 TeamAccessType Team.getTeamAccessType()
          Gets the teamAccessType value for this Team.
 

Methods in com.google.api.ads.dfp.axis.v201204 with parameters of type TeamAccessType
 void UserRecordTeamAssociation.setDefaultTeamAccessType(TeamAccessType defaultTeamAccessType)
          Sets the defaultTeamAccessType value for this UserRecordTeamAssociation.
 void UserRecordTeamAssociation.setOverriddenTeamAccessType(TeamAccessType overriddenTeamAccessType)
          Sets the overriddenTeamAccessType value for this UserRecordTeamAssociation.
 void Team.setTeamAccessType(TeamAccessType teamAccessType)
          Sets the teamAccessType value for this Team.
 

Constructors in com.google.api.ads.dfp.axis.v201204 with parameters of type TeamAccessType
Team(Long id, String name, String description, Boolean hasAllCompanies, Boolean hasAllInventory, TeamAccessType teamAccessType, long[] companyIds, String[] adUnitIds)
           
UserRecordTeamAssociation(Long teamId, TeamAccessType overriddenTeamAccessType, TeamAccessType defaultTeamAccessType, String userRecordTeamAssociationType)
           
UserTeamAssociation(Long teamId, TeamAccessType overriddenTeamAccessType, TeamAccessType defaultTeamAccessType, String userRecordTeamAssociationType, Long userId)
           
 



Copyright © 2012. All Rights Reserved.