public class AndroidPublisher.Edits.Tracks
extends java.lang.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 |
|---|
AndroidPublisher.Edits.Tracks() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Tracks.Get |
get(java.lang.String packageName,
java.lang.String editId,
java.lang.String track)
Fetches the track configuration for the specified track type.
|
AndroidPublisher.Edits.Tracks.List |
list(java.lang.String packageName,
java.lang.String editId)
Lists all the track configurations for this edit.
|
AndroidPublisher.Edits.Tracks.Patch |
patch(java.lang.String packageName,
java.lang.String editId,
java.lang.String track,
Track content)
Updates the track configuration for the specified track type.
|
AndroidPublisher.Edits.Tracks.Update |
update(java.lang.String packageName,
java.lang.String editId,
java.lang.String track,
Track content)
Updates the track configuration for the specified track type.
|
public AndroidPublisher.Edits.Tracks.Get get(java.lang.String packageName, java.lang.String editId, java.lang.String track) throws java.io.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. Acceptable values are: "alpha", "beta", "production" or "rollout".java.io.IOExceptionpublic AndroidPublisher.Edits.Tracks.List list(java.lang.String packageName, java.lang.String editId) throws java.io.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.java.io.IOExceptionpublic AndroidPublisher.Edits.Tracks.Patch patch(java.lang.String packageName, java.lang.String editId, java.lang.String track, Track content) throws java.io.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. Acceptable values are: "alpha", "beta", "production" or "rollout".content - the Trackjava.io.IOExceptionpublic AndroidPublisher.Edits.Tracks.Update update(java.lang.String packageName, java.lang.String editId, java.lang.String track, Track content) throws java.io.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. Acceptable values are: "alpha", "beta", "production" or "rollout".content - the Trackjava.io.IOException