public class AndroidPublisher.Edits.Testers
extends java.lang.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(java.lang.String packageName,
java.lang.String editId,
java.lang.String track)
Create a request for the method "testers.get".
|
AndroidPublisher.Edits.Testers.Patch |
patch(java.lang.String packageName,
java.lang.String editId,
java.lang.String track,
Testers content)
Create a request for the method "testers.patch".
|
AndroidPublisher.Edits.Testers.Update |
update(java.lang.String packageName,
java.lang.String editId,
java.lang.String track,
Testers content)
Create a request for the method "testers.update".
|
public AndroidPublisher.Edits.Testers.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.java.io.IOExceptionpublic AndroidPublisher.Edits.Testers.Patch patch(java.lang.String packageName, java.lang.String editId, java.lang.String track, Testers 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.content - the Testersjava.io.IOExceptionpublic AndroidPublisher.Edits.Testers.Update update(java.lang.String packageName, java.lang.String editId, java.lang.String track, Testers 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.content - the Testersjava.io.IOException