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

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

There is a newer version: v3-rev20240516-2.0.0
Show newest version






AppVersionRange (Google Play Android Developer API v3-rev20240328-2.0.0)












com.google.api.services.androidpublisher.model

Class AppVersionRange

    • Constructor Detail

      • AppVersionRange

        public AppVersionRange()
    • Method Detail

      • getVersionCodeEnd

        public Long getVersionCodeEnd()
        Highest app version in the range, inclusive.
        Returns:
        value or null for none
      • setVersionCodeEnd

        public AppVersionRange setVersionCodeEnd(Long versionCodeEnd)
        Highest app version in the range, inclusive.
        Parameters:
        versionCodeEnd - versionCodeEnd or null for none
      • getVersionCodeStart

        public Long getVersionCodeStart()
        Lowest app version in the range, inclusive.
        Returns:
        value or null for none
      • setVersionCodeStart

        public AppVersionRange setVersionCodeStart(Long versionCodeStart)
        Lowest app version in the range, inclusive.
        Parameters:
        versionCodeStart - versionCodeStart or null for none
      • clone

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy