| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.utils.v201204 | |
| com.google.api.ads.dfp.axis.v201204 |
| Modifier and Type | Method and Description |
|---|---|
static Value |
Pql.createValue(Object value)
Creates a
Value from the value i.e. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Value> |
StatementBuilder.getBindVariableMap() |
| Modifier and Type | Method and Description |
|---|---|
StatementBuilder |
StatementBuilder.withBindVariableValue(String key,
Value value)
Adds a bind variable value to the statement.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
CustomFieldValue(Long customFieldId,
String baseCustomFieldValueType,
Value value) |
Row(Value[] values) |
String_ValueMapEntry(String key,
Value value) |
Copyright © 2013. All Rights Reserved.