| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.utils.v202008 | |
| com.google.api.ads.admanager.axis.v202008 |
| 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 |
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 | Method and Description |
|---|---|
Value |
CustomFieldValue.getValue()
Gets the value value for this CustomFieldValue.
|
Value |
String_ValueMapEntry.getValue()
Gets the value value for this String_ValueMapEntry.
|
Value[] |
SetValue.getValues()
Gets the values value for this SetValue.
|
Value[] |
Row.getValues()
Gets the values value for this Row.
|
Value |
SetValue.getValues(int i) |
Value |
Row.getValues(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomFieldValue.setValue(Value value)
Sets the value value for this CustomFieldValue.
|
void |
String_ValueMapEntry.setValue(Value value)
Sets the value value for this String_ValueMapEntry.
|
void |
SetValue.setValues(int i,
Value _value) |
void |
Row.setValues(int i,
Value _value) |
void |
SetValue.setValues(Value[] values)
Sets the values value for this SetValue.
|
void |
Row.setValues(Value[] values)
Sets the values value for this Row.
|
| Constructor and Description |
|---|
CustomFieldValue(Long customFieldId,
Value value) |
Row(Value[] values) |
SetValue(Value[] values) |
String_ValueMapEntry(String key,
Value value) |
Copyright © 2021. All rights reserved.