| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201708 |
| Modifier and Type | Field and Description |
|---|---|
static MobileApplicationStore |
MobileApplicationStore.APPLE_ITUNES |
static MobileApplicationStore |
MobileApplicationStore.GOOGLE_PLAY |
static MobileApplicationStore |
MobileApplicationStore.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static MobileApplicationStore |
MobileApplicationStore.fromString(String value) |
static MobileApplicationStore |
MobileApplicationStore.fromValue(String value) |
MobileApplicationStore |
MobileApplication.getAppStore()
Gets the appStore value for this MobileApplication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MobileApplication.setAppStore(MobileApplicationStore appStore)
Sets the appStore value for this MobileApplication.
|
| Constructor and Description |
|---|
MobileApplication(Long id,
String displayName,
String appStoreId,
MobileApplicationStore appStore,
Boolean isArchived,
String appStoreName,
String developerName,
MobileApplicationPlatform platform,
Boolean isFree,
String downloadUrl) |
Copyright © 2018. All Rights Reserved.