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

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







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












com.google.api.services.androidpublisher.model

Class UpdateSubscriptionOfferRequest

    • Constructor Detail

      • UpdateSubscriptionOfferRequest

        public UpdateSubscriptionOfferRequest()
    • Method Detail

      • getAllowMissing

        public Boolean getAllowMissing()
        Optional. If set to true, and the subscription offer with the given package_name, product_id, base_plan_id and offer_id doesn't exist, an offer will be created. If a new offer is created, update_mask is ignored.
        Returns:
        value or null for none
      • setAllowMissing

        public UpdateSubscriptionOfferRequest setAllowMissing(Boolean allowMissing)
        Optional. If set to true, and the subscription offer with the given package_name, product_id, base_plan_id and offer_id doesn't exist, an offer will be created. If a new offer is created, update_mask is ignored.
        Parameters:
        allowMissing - allowMissing or null for none
      • getLatencyTolerance

        public String getLatencyTolerance()
        Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.
        Returns:
        value or null for none
      • setLatencyTolerance

        public UpdateSubscriptionOfferRequest setLatencyTolerance(String latencyTolerance)
        Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.
        Parameters:
        latencyTolerance - latencyTolerance or null for none
      • getRegionsVersion

        public RegionsVersion getRegionsVersion()
        Required. The version of the available regions being used for the subscription_offer.
        Returns:
        value or null for none
      • setRegionsVersion

        public UpdateSubscriptionOfferRequest setRegionsVersion(RegionsVersion regionsVersion)
        Required. The version of the available regions being used for the subscription_offer.
        Parameters:
        regionsVersion - regionsVersion or null for none
      • getSubscriptionOffer

        public SubscriptionOffer getSubscriptionOffer()
        Required. The subscription offer to update.
        Returns:
        value or null for none
      • getUpdateMask

        public String getUpdateMask()
        Required. The list of fields to be updated.
        Returns:
        value or null for none
      • setUpdateMask

        public UpdateSubscriptionOfferRequest setUpdateMask(String updateMask)
        Required. The list of fields to be updated.
        Parameters:
        updateMask - updateMask or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy