target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Applications.html Maven / Gradle / Ivy
AndroidPublisher.Applications (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Applications
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Applications
-
- Enclosing class:
- AndroidPublisher
public class AndroidPublisher.Applications
extends Object
The "applications" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Applications.DataSafety
class
AndroidPublisher.Applications.DeviceTierConfigs
The "deviceTierConfigs" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Applications()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Applications.DataSafety
dataSafety(String packageName,
SafetyLabelsUpdateRequest content)
Writes the Safety Labels declaration of an app.
AndroidPublisher.Applications.DeviceTierConfigs
deviceTierConfigs()
An accessor for creating requests from the DeviceTierConfigs collection.
-
-
Method Detail
-
dataSafety
public AndroidPublisher.Applications.DataSafety dataSafety(String packageName,
SafetyLabelsUpdateRequest content)
throws IOException
Writes the Safety Labels declaration of an app.
Create a request for the method "applications.dataSafety".
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
- Required. Package name of the app.
content
- the SafetyLabelsUpdateRequest
- Returns:
- the request
- Throws:
IOException
-
deviceTierConfigs
public AndroidPublisher.Applications.DeviceTierConfigs deviceTierConfigs()
An accessor for creating requests from the DeviceTierConfigs collection.
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);
AndroidPublisher.DeviceTierConfigs.List request = androidpublisher.deviceTierConfigs().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy