EditsResourceApi class
Constructors
- EditsResourceApi(ApiRequester client)
Properties
- apks → EditsApksResourceApi
-
read-only
- bundles → EditsBundlesResourceApi
-
read-only
- deobfuscationfiles → EditsDeobfuscationfilesResourceApi
-
read-only
- details → EditsDetailsResourceApi
-
read-only
- expansionfiles → EditsExpansionfilesResourceApi
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- images → EditsImagesResourceApi
-
read-only
- listings → EditsListingsResourceApi
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- testers → EditsTestersResourceApi
-
read-only
- tracks → EditsTracksResourceApi
-
read-only
Methods
-
commit(
String packageName, String editId, {String $fields}) → Future< AppEdit> - Commits an app edit. [...]
-
delete(
String packageName, String editId, {String $fields}) → Future - Deletes an app edit. [...]
-
get(
String packageName, String editId, {String $fields}) → Future< AppEdit> - Gets an app edit. [...]
-
insert(
AppEdit request, String packageName, {String $fields}) → Future< AppEdit> - Creates a new edit for an app. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
validate(
String packageName, String editId, {String $fields}) → Future< AppEdit> - Validates an app edit. [...]
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited