public class AndroidPublisher.Edits.Tracks extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Edits.Tracks.Get |
class |
AndroidPublisher.Edits.Tracks.List |
class |
AndroidPublisher.Edits.Tracks.Patch |
class |
AndroidPublisher.Edits.Tracks.Update |
Constructor and Description |
---|
Tracks() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Tracks.Get |
get(String packageName,
String editId,
String track)
Gets a track.
|
AndroidPublisher.Edits.Tracks.List |
list(String packageName,
String editId)
Lists all tracks.
|
AndroidPublisher.Edits.Tracks.Patch |
patch(String packageName,
String editId,
String track,
Track content)
Patches a track.
|
AndroidPublisher.Edits.Tracks.Update |
update(String packageName,
String editId,
String track,
Track content)
Updates a track.
|
public AndroidPublisher.Edits.Tracks.Get get(String packageName, String editId, String track) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.track
- Identifier of the track.IOException
public AndroidPublisher.Edits.Tracks.List list(String packageName, String editId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.IOException
public AndroidPublisher.Edits.Tracks.Patch patch(String packageName, String editId, String track, Track content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.track
- Identifier of the track.content
- the Track
IOException
public AndroidPublisher.Edits.Tracks.Update update(String packageName, String editId, String track, Track content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.editId
- Identifier of the edit.track
- Identifier of the track.content
- the Track
IOException
Copyright © 2011–2021 Google. All rights reserved.