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

target.apidocs.com.google.api.services.androidpublisher.model.TrackCountryAvailability.html Maven / Gradle / Ivy







TrackCountryAvailability (Google Play Android Developer API v3-rev20240129-2.0.0)












com.google.api.services.androidpublisher.model

Class TrackCountryAvailability

    • Constructor Detail

      • TrackCountryAvailability

        public TrackCountryAvailability()
    • Method Detail

      • getCountries

        public List<TrackTargetedCountry> getCountries()
        A list of one or more countries where artifacts in this track are available. This list includes all countries that are targeted by the track, even if only specific carriers are targeted in that country.
        Returns:
        value or null for none
      • setCountries

        public TrackCountryAvailability setCountries(List<TrackTargetedCountry> countries)
        A list of one or more countries where artifacts in this track are available. This list includes all countries that are targeted by the track, even if only specific carriers are targeted in that country.
        Parameters:
        countries - countries or null for none
      • getRestOfWorld

        public Boolean getRestOfWorld()
        Whether artifacts in this track are available to "rest of the world" countries.
        Returns:
        value or null for none
      • setRestOfWorld

        public TrackCountryAvailability setRestOfWorld(Boolean restOfWorld)
        Whether artifacts in this track are available to "rest of the world" countries.
        Parameters:
        restOfWorld - restOfWorld or null for none
      • getSyncWithProduction

        public Boolean getSyncWithProduction()
        Whether this track's availability is synced with the default production track. See https://support.google.com/googleplay/android-developer/answer/7550024 for more information on syncing country availability with production. Note that if this is true, the returned "countries" and "rest_of_world" fields will reflect the values for the default production track.
        Returns:
        value or null for none
      • setSyncWithProduction

        public TrackCountryAvailability setSyncWithProduction(Boolean syncWithProduction)
        Whether this track's availability is synced with the default production track. See https://support.google.com/googleplay/android-developer/answer/7550024 for more information on syncing country availability with production. Note that if this is true, the returned "countries" and "rest_of_world" fields will reflect the values for the default production track.
        Parameters:
        syncWithProduction - syncWithProduction or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy