|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Value | |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201204 | |
| com.google.api.ads.dfp.axis.v201204 | |
| Uses of Value in com.google.api.ads.dfp.axis.utils.v201204 |
|---|
| Methods in com.google.api.ads.dfp.axis.utils.v201204 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.v201204 that return types with arguments of type Value | |
|---|---|
Map<String,Value> |
StatementBuilder.getBindVariableMap()
|
| Methods in com.google.api.ads.dfp.axis.utils.v201204 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.v201204 |
|---|
| Subclasses of Value in com.google.api.ads.dfp.axis.v201204 | |
|---|---|
class |
BooleanValue
Contains a boolean value. |
class |
DateTimeValue
Contains a date-time value. |
class |
NumberValue
Contains a numeric value. |
class |
TextValue
Contains a string value. |
| Methods in com.google.api.ads.dfp.axis.v201204 that return Value | |
|---|---|
Value |
String_ValueMapEntry.getValue()
Gets the value value for this String_ValueMapEntry. |
Value |
CustomFieldValue.getValue()
Gets the value value for this CustomFieldValue. |
Value[] |
Row.getValues()
Gets the values value for this Row. |
Value |
Row.getValues(int i)
|
| Methods in com.google.api.ads.dfp.axis.v201204 with parameters of type Value | |
|---|---|
void |
String_ValueMapEntry.setValue(Value value)
Sets the value value for this String_ValueMapEntry. |
void |
CustomFieldValue.setValue(Value value)
Sets the value value for this CustomFieldValue. |
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.v201204 with parameters of type Value | |
|---|---|
CustomFieldValue(Long customFieldId,
String baseCustomFieldValueType,
Value value)
|
|
Row(Value[] values)
|
|
String_ValueMapEntry(String key,
Value value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||