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)
Create a request for the method "testers.get".
|
AndroidPublisher.Edits.Testers.Patch |
patch(String packageName,
String editId,
String track,
Testers content)
Create a request for the method "testers.patch".
|
AndroidPublisher.Edits.Testers.Update |
update(String packageName,
String editId,
String track,
Testers content)
Create a request for the method "testers.update".
|
public AndroidPublisher.Edits.Testers.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.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 - 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 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 - 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 TestersIOExceptionCopyright © 2011–2019 Google. All rights reserved.