target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Edits.Details.html Maven / Gradle / Ivy
AndroidPublisher.Edits.Details (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Edits.Details
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Edits.Details
-
- Enclosing class:
- AndroidPublisher.Edits
public class AndroidPublisher.Edits.Details
extends Object
The "details" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Edits.Details.Get
class
AndroidPublisher.Edits.Details.Patch
class
AndroidPublisher.Edits.Details.Update
-
Constructor Summary
Constructors
Constructor and Description
Details()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Edits.Details.Get
get(String packageName,
String editId)
Gets details of an app.
AndroidPublisher.Edits.Details.Patch
patch(String packageName,
String editId,
AppDetails content)
Patches details of an app.
AndroidPublisher.Edits.Details.Update
update(String packageName,
String editId,
AppDetails content)
Updates details of an app.
-
-
Method Detail
-
get
public AndroidPublisher.Edits.Details.Get get(String packageName,
String editId)
throws IOException
Gets details of an app.
Create a request for the method "details.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.
- Returns:
- the request
- Throws:
IOException
-
patch
public AndroidPublisher.Edits.Details.Patch patch(String packageName,
String editId,
AppDetails content)
throws IOException
Patches details of an app.
Create a request for the method "details.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.
content
- the AppDetails
- Returns:
- the request
- Throws:
IOException
-
update
public AndroidPublisher.Edits.Details.Update update(String packageName,
String editId,
AppDetails content)
throws IOException
Updates details of an app.
Create a request for the method "details.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.
content
- the AppDetails
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy