target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Edits.Testers.html Maven / Gradle / Ivy
AndroidPublisher.Edits.Testers (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Edits.Testers
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Edits.Testers
-
- Enclosing class:
- AndroidPublisher.Edits
public class AndroidPublisher.Edits.Testers
extends Object
The "testers" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Edits.Testers.Get
class
AndroidPublisher.Edits.Testers.Patch
class
AndroidPublisher.Edits.Testers.Update
-
Constructor Summary
Constructors
Constructor and Description
Testers()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
get
public AndroidPublisher.Edits.Testers.Get get(String packageName,
String editId,
String track)
throws IOException
Gets testers. Note: Testers resource does not support email lists.
Create a request for the method "testers.get".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Package name of the app.
editId
- Identifier of the edit.
track
- The track to read from.
- Returns:
- the request
- Throws:
IOException
-
patch
public AndroidPublisher.Edits.Testers.Patch patch(String packageName,
String editId,
String track,
Testers content)
throws IOException
Patches testers. Note: Testers resource does not support email lists.
Create a request for the method "testers.patch".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Package name of the app.
editId
- Identifier of the edit.
track
- The track to update.
content
- the Testers
- Returns:
- the request
- Throws:
IOException
-
update
public AndroidPublisher.Edits.Testers.Update update(String packageName,
String editId,
String track,
Testers content)
throws IOException
Updates testers. Note: Testers resource does not support email lists.
Create a request for the method "testers.update".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Package name of the app.
editId
- Identifier of the edit.
track
- The track to update.
content
- the Testers
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy