Uses of Class
com.google.api.ads.dfp.axis.v201208.CustomFieldEntityType

Packages that use CustomFieldEntityType
com.google.api.ads.dfp.axis.v201208   
 

Uses of CustomFieldEntityType in com.google.api.ads.dfp.axis.v201208
 

Fields in com.google.api.ads.dfp.axis.v201208 declared as CustomFieldEntityType
static CustomFieldEntityType CustomFieldEntityType.CREATIVE
           
static CustomFieldEntityType CustomFieldEntityType.LINE_ITEM
           
static CustomFieldEntityType CustomFieldEntityType.ORDER
           
 

Methods in com.google.api.ads.dfp.axis.v201208 that return CustomFieldEntityType
static CustomFieldEntityType CustomFieldEntityType.fromString(String value)
           
static CustomFieldEntityType CustomFieldEntityType.fromValue(String value)
           
 CustomFieldEntityType CustomField.getEntityType()
          Gets the entityType value for this CustomField.
 

Methods in com.google.api.ads.dfp.axis.v201208 with parameters of type CustomFieldEntityType
 void CustomField.setEntityType(CustomFieldEntityType entityType)
          Sets the entityType value for this CustomField.
 

Constructors in com.google.api.ads.dfp.axis.v201208 with parameters of type CustomFieldEntityType
CustomField(Long id, String name, String description, Boolean isActive, CustomFieldEntityType entityType, CustomFieldDataType dataType, CustomFieldVisibility visibility, String customFieldType)
           
DropDownCustomField(Long id, String name, String description, Boolean isActive, CustomFieldEntityType entityType, CustomFieldDataType dataType, CustomFieldVisibility visibility, String customFieldType, CustomFieldOption[] options)
           
 



Copyright © 2012. All Rights Reserved.