| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202202 |
| Modifier and Type | Field and Description |
|---|---|
static YieldFormat |
YieldFormat.BANNER |
static YieldFormat |
YieldFormat.INTERSTITIAL |
static YieldFormat |
YieldFormat.NATIVE |
static YieldFormat |
YieldFormat.REWARDED |
static YieldFormat |
YieldFormat.REWARDED_INTERSTITIAL |
static YieldFormat |
YieldFormat.UNKNOWN |
static YieldFormat |
YieldFormat.VIDEO_VAST |
| Modifier and Type | Method and Description |
|---|---|
static YieldFormat |
YieldFormat.fromString(String value) |
static YieldFormat |
YieldFormat.fromValue(String value) |
YieldFormat |
YieldGroup.getFormat()
Gets the format value for this YieldGroup.
|
YieldFormat |
YieldPartnerSettings.getFormat()
Gets the format value for this YieldPartnerSettings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YieldGroup.setFormat(YieldFormat format)
Sets the format value for this YieldGroup.
|
void |
YieldPartnerSettings.setFormat(YieldFormat format)
Sets the format value for this YieldPartnerSettings.
|
| Constructor and Description |
|---|
YieldGroup(Long yieldGroupId,
String yieldGroupName,
YieldEntityStatus exchangeStatus,
YieldFormat format,
YieldEnvironmentType environmentType,
Targeting targeting,
YieldAdSource[] adSources) |
YieldPartnerSettings(PartnerSettingStatus status,
YieldEnvironmentType environment,
YieldFormat format,
YieldIntegrationType integrationType,
YieldPlatform platform,
YieldParameter[] parameters) |
Copyright © 2022. All rights reserved.