public class AndroidPublisher.Edits.Testers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidPublisher.Edits.Testers.Get |
class |
AndroidPublisher.Edits.Testers.Patch |
class |
AndroidPublisher.Edits.Testers.Update |
| Constructor and Description |
|---|
Testers() |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Testers.Get |
get(String packageName,
String editId,
String track)
Gets testers.
|
AndroidPublisher.Edits.Testers.Patch |
patch(String packageName,
String editId,
String track,
Testers content)
Patches testers.
|
AndroidPublisher.Edits.Testers.Update |
update(String packageName,
String editId,
String track,
Testers content)
Updates testers.
|
public AndroidPublisher.Edits.Testers.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 - The track to read from.IOExceptionpublic AndroidPublisher.Edits.Testers.Patch patch(String packageName, String editId, String track, Testers content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.editId - Identifier of the edit.track - The track to update.content - the TestersIOExceptionpublic AndroidPublisher.Edits.Testers.Update update(String packageName, String editId, String track, Testers content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.editId - Identifier of the edit.track - The track to update.content - the TestersIOExceptionCopyright © 2011–2025 Google. All rights reserved.