public class AndroidPublisher.Applications.Tracks extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Applications.Tracks.Releases
The "releases" collection of methods.
|
| Constructor and Description |
|---|
Tracks() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Applications.Tracks.Releases |
releases()
An accessor for creating requests from the Releases collection.
|
public AndroidPublisher.Applications.Tracks.Releases releases()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Releases.List request = androidpublisher.releases().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.