| Package | Description |
|---|---|
| com.google.api.ads.dfp.jaxws.utils.v201805 | |
| com.google.api.ads.dfp.jaxws.v201805 |
| 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 |
|---|---|
static Object |
Pql.getApiValue(Value value)
Gets the underlying value of the
Value object that's comparable
to what would be returned in any other API object (i.e. |
static Object |
Pql.getCsvValue(Value value)
Gets the underlying value of the
Value object that should be used
for CSV conversion (i.e. |
static Object |
Pql.getNativeValue(Value value)
Gets the underlying value of the
Value object that's considered
native to Java (i.e. |
static String |
Pql.toString(Value value)
Creates a String from the Value.
|
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 |
ChangeHistoryValue
Java class for ChangeHistoryValue complex type.
|
class |
DateTimeValue
Contains a date-time value.
|
class |
DateValue
Contains a date value.
|
class |
NumberValue
Contains a numeric value.
|
class |
ObjectValue
Contains an object value.
|
class |
SetValue
Contains a set of
Values. |
class |
TargetingValue
Contains a
Targeting value. |
class |
TextValue
Contains a string value.
|
| Modifier and Type | Field and Description |
|---|---|
protected Value |
StringValueMapEntry.value |
protected Value |
CustomFieldValue.value |
| Modifier and Type | Field and Description |
|---|---|
protected List<Value> |
SetValue.values |
protected List<Value> |
Row.values |
| Modifier and Type | Method and Description |
|---|---|
Value |
StringValueMapEntry.getValue()
Gets the value of the value property.
|
Value |
CustomFieldValue.getValue()
Gets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
SetValue.getValues()
Gets the value of the values property.
|
List<Value> |
Row.getValues()
Gets the value of the values property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StringValueMapEntry.setValue(Value value)
Sets the value of the value property.
|
void |
CustomFieldValue.setValue(Value value)
Sets the value of the value property.
|
Copyright © 2018. All Rights Reserved.