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)
Fetches the track configuration for the specified track type.
|
AndroidPublisher.Edits.Tracks.List |
list(String packageName,
String editId)
Lists all the track configurations for this edit.
|
AndroidPublisher.Edits.Tracks.Patch |
patch(String packageName,
String editId,
String track,
Track content)
Updates the track configuration for the specified track type.
|
AndroidPublisher.Edits.Tracks.Update |
update(String packageName,
String editId,
String track,
Track content)
Updates the track configuration for the specified track type.
|
public AndroidPublisher.Edits.Tracks.Get get(String packageName, String editId, String track) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId
- Unique identifier for this edit.track
- The track to read or modify.IOException
public AndroidPublisher.Edits.Tracks.List list(String packageName, String editId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId
- Unique identifier for this 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
- Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId
- Unique identifier for this edit.track
- The track to read or modify.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
- Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId
- Unique identifier for this edit.track
- The track to read or modify.content
- the Track
IOException