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

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







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












com.google.api.services.androidpublisher.model

Class SubscriptionOfferPhase

    • Constructor Detail

      • SubscriptionOfferPhase

        public SubscriptionOfferPhase()
    • Method Detail

      • getDuration

        public String getDuration()
        Required. The duration of a single recurrence of this phase. Specified in ISO 8601 format.
        Returns:
        value or null for none
      • setDuration

        public SubscriptionOfferPhase setDuration(String duration)
        Required. The duration of a single recurrence of this phase. Specified in ISO 8601 format.
        Parameters:
        duration - duration or null for none
      • getRecurrenceCount

        public Integer getRecurrenceCount()
        Required. The number of times this phase repeats. If this offer phase is not free, each recurrence charges the user the price of this offer phase.
        Returns:
        value or null for none
      • setRecurrenceCount

        public SubscriptionOfferPhase setRecurrenceCount(Integer recurrenceCount)
        Required. The number of times this phase repeats. If this offer phase is not free, each recurrence charges the user the price of this offer phase.
        Parameters:
        recurrenceCount - recurrenceCount or null for none
      • getRegionalConfigs

        public List<RegionalSubscriptionOfferPhaseConfig> getRegionalConfigs()
        Required. The region-specific configuration of this offer phase. This list must contain exactly one entry for each region for which the subscription offer has a regional config.
        Returns:
        value or null for none
      • setRegionalConfigs

        public SubscriptionOfferPhase setRegionalConfigs(List<RegionalSubscriptionOfferPhaseConfig> regionalConfigs)
        Required. The region-specific configuration of this offer phase. This list must contain exactly one entry for each region for which the subscription offer has a regional config.
        Parameters:
        regionalConfigs - regionalConfigs or null for none
      • clone

        public SubscriptionOfferPhase clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy