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.IOException
public 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 Testers
IOException
public 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 Testers
IOException
Copyright © 2011–2020 Google. All rights reserved.