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

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

Subclasses of Value in com.google.api.ads.dfp.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.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.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.v201111 with parameters of type Value
Row(Value[] values)
           
String_ValueMapEntry(String key, Value value)
           
 



Copyright © 2011. All Rights Reserved.