list
public AndroidPublisher.Applications.Tracks.Releases.List list(String parent)
throws IOException
Returns the list of all releases for a given track. This excludes any releases that are obsolete.
Create a request for the method "releases.list".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. The parent track, which owns this collection of releases. Format:
applications/{package_name}/tracks/{track}
- Returns:
- the request
- Throws:
IOException