Package | Description |
---|---|
com.google.api.services.androidpublisher | |
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Testers.Patch |
AndroidPublisher.Edits.Testers.patch(String packageName,
String editId,
String track,
Testers content)
Create a request for the method "testers.patch".
|
AndroidPublisher.Edits.Testers.Update |
AndroidPublisher.Edits.Testers.update(String packageName,
String editId,
String track,
Testers content)
Create a request for the method "testers.update".
|
Constructor and Description |
---|
Patch(String packageName,
String editId,
String track,
Testers content)
Create a request for the method "testers.patch".
|
Update(String packageName,
String editId,
String track,
Testers content)
Create a request for the method "testers.update".
|
Modifier and Type | Method and Description |
---|---|
Testers |
Testers.clone() |
Testers |
Testers.set(String fieldName,
Object value) |
Testers |
Testers.setAutoEnrolledAndroidGroups(List<String> autoEnrolledAndroidGroups) |
Testers |
Testers.setAutoEnrolledGoogleGroups(List<String> autoEnrolledGoogleGroups) |
Testers |
Testers.setExcludedGoogleGroups(List<String> excludedGoogleGroups) |
Testers |
Testers.setGoogleGroups(List<String> googleGroups)
A list of all Google Groups, as email addresses, that define testers for this track.
|
Copyright © 2011–2020 Google. All rights reserved.