Uses of Class
com.google.api.ads.dfp.axis.v201111.Value

Packages that use Value
com.google.api.ads.dfp.axis.utils.v201111   
com.google.api.ads.dfp.axis.v201111   
 

Uses of Value in com.google.api.ads.dfp.axis.utils.v201111
 

Methods in com.google.api.ads.dfp.axis.utils.v201111 that return Value
static Value Pql.createValue(Object value)
          Creates a Value from the value i.e.
 

Methods in com.google.api.ads.dfp.axis.utils.v201111 that return types with arguments of type Value
 Map<String,Value> StatementBuilder.getBindVariableMap()
           
 

Methods in com.google.api.ads.dfp.axis.utils.v201111 with parameters of type Value
 StatementBuilder StatementBuilder.withBindVariableValue(String key, Value value)
          Adds a bind variable value to the statement.
 

Uses of Value in com.google.api.ads.dfp.axis.v201111
 

Subclasses of Value in com.google.api.ads.dfp.axis.v201111
 class BooleanValue
          Contains a boolean value.
 class NumberValue
          Contains a numeric value.
 class TextValue
          Contains a string value.
 

Methods in com.google.api.ads.dfp.axis.v201111 that return Value
 Value String_ValueMapEntry.getValue()
          Gets the value value for this String_ValueMapEntry.
 Value[] Row.getValues()
          Gets the values value for this Row.
 Value Row.getValues(int i)
           
 

Methods in com.google.api.ads.dfp.axis.v201111 with parameters of type Value
 void String_ValueMapEntry.setValue(Value value)
          Sets the value value for this String_ValueMapEntry.
 void Row.setValues(int i, Value _value)
           
 void Row.setValues(Value[] values)
          Sets the values value for this Row.
 

Constructors in com.google.api.ads.dfp.axis.v201111 with parameters of type Value
Row(Value[] values)
           
String_ValueMapEntry(String key, Value value)
           
 



Copyright © 2012. All Rights Reserved.