Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
MobileApp |
MobileApp.clone() |
MobileApp |
DeepLink.getMobileApp()
The mobile app targeted by this deep link.
|
MobileApp |
MobileApp.set(String fieldName,
Object value) |
MobileApp |
MobileApp.setDirectory(String directory)
Mobile app directory.
|
MobileApp |
MobileApp.setId(String id)
ID of this mobile app.
|
MobileApp |
MobileApp.setKind(String kind)
Identifies what kind of resource this is.
|
MobileApp |
MobileApp.setPublisherName(String publisherName)
Publisher name.
|
MobileApp |
MobileApp.setTitle(String title)
Title of this mobile app.
|
Modifier and Type | Method and Description |
---|---|
List<MobileApp> |
MobileAppsListResponse.getMobileApps()
Mobile apps collection.
|
Modifier and Type | Method and Description |
---|---|
DeepLink |
DeepLink.setMobileApp(MobileApp mobileApp)
The mobile app targeted by this deep link.
|
Modifier and Type | Method and Description |
---|---|
MobileAppsListResponse |
MobileAppsListResponse.setMobileApps(List<MobileApp> mobileApps)
Mobile apps collection.
|
Copyright © 2011–2025 Google. All rights reserved.