| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201711 |
| Modifier and Type | Field and Description |
|---|---|
static CustomTargetingValueMatchType |
CustomTargetingValueMatchType.BROAD |
static CustomTargetingValueMatchType |
CustomTargetingValueMatchType.BROAD_PREFIX |
static CustomTargetingValueMatchType |
CustomTargetingValueMatchType.CONTAINS |
static CustomTargetingValueMatchType |
CustomTargetingValueMatchType.EXACT |
static CustomTargetingValueMatchType |
CustomTargetingValueMatchType.PREFIX |
static CustomTargetingValueMatchType |
CustomTargetingValueMatchType.SUFFIX |
static CustomTargetingValueMatchType |
CustomTargetingValueMatchType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static CustomTargetingValueMatchType |
CustomTargetingValueMatchType.fromString(String value) |
static CustomTargetingValueMatchType |
CustomTargetingValueMatchType.fromValue(String value) |
CustomTargetingValueMatchType |
CustomTargetingValue.getMatchType()
Gets the matchType value for this CustomTargetingValue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomTargetingValue.setMatchType(CustomTargetingValueMatchType matchType)
Sets the matchType value for this CustomTargetingValue.
|
| Constructor and Description |
|---|
CustomTargetingValue(Long customTargetingKeyId,
Long id,
String name,
String displayName,
CustomTargetingValueMatchType matchType,
CustomTargetingValueStatus status) |
Copyright © 2018. All Rights Reserved.