All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.playcustomapp.model.CustomApp.html Maven / Gradle / Ivy







CustomApp (Google Play Custom App Publishing API v1-rev20211022-2.0.0)












com.google.api.services.playcustomapp.model

Class CustomApp

    • Constructor Detail

      • CustomApp

        public CustomApp()
    • Method Detail

      • getLanguageCode

        public String getLanguageCode()
        Default listing language in BCP 47 format.
        Returns:
        value or null for none
      • setLanguageCode

        public CustomApp setLanguageCode(String languageCode)
        Default listing language in BCP 47 format.
        Parameters:
        languageCode - languageCode or null for none
      • getOrganizations

        public List<Organization> getOrganizations()
        Organizations to which the custom app should be made available. If the request contains any organizations, then the app will be restricted to only these organizations. To support the organization linked to the developer account, the organization ID should be provided explicitly together with other organizations. If no organizations are provided, then the app is only available to the organization linked to the developer account.
        Returns:
        value or null for none
      • setOrganizations

        public CustomApp setOrganizations(List<Organization> organizations)
        Organizations to which the custom app should be made available. If the request contains any organizations, then the app will be restricted to only these organizations. To support the organization linked to the developer account, the organization ID should be provided explicitly together with other organizations. If no organizations are provided, then the app is only available to the organization linked to the developer account.
        Parameters:
        organizations - organizations or null for none
      • getPackageName

        public String getPackageName()
        Output only. Package name of the created Android app. Only present in the API response.
        Returns:
        value or null for none
      • setPackageName

        public CustomApp setPackageName(String packageName)
        Output only. Package name of the created Android app. Only present in the API response.
        Parameters:
        packageName - packageName or null for none
      • getTitle

        public String getTitle()
        Title for the Android app.
        Returns:
        value or null for none
      • setTitle

        public CustomApp setTitle(String title)
        Title for the Android app.
        Parameters:
        title - title or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy