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

target.apidocs.com.google.api.services.androidenterprise.model.Entitlement.html Maven / Gradle / Ivy

The newest version!






Entitlement (Google Play EMM API v1-rev20241113-2.0.0)












com.google.api.services.androidenterprise.model

Class Entitlement

    • Constructor Detail

      • Entitlement

        public Entitlement()
    • Method Detail

      • getProductId

        public String getProductId()
        The ID of the product that the entitlement is for. For example, "app:com.google.android.gm".
        Returns:
        value or null for none
      • setProductId

        public Entitlement setProductId(String productId)
        The ID of the product that the entitlement is for. For example, "app:com.google.android.gm".
        Parameters:
        productId - productId or null for none
      • getReason

        public String getReason()
        The reason for the entitlement. For example, "free" for free apps. This property is temporary: it will be replaced by the acquisition kind field of group licenses.
        Returns:
        value or null for none
      • setReason

        public Entitlement setReason(String reason)
        The reason for the entitlement. For example, "free" for free apps. This property is temporary: it will be replaced by the acquisition kind field of group licenses.
        Parameters:
        reason - reason or null for none
      • set

        public Entitlement set(String fieldName,
                               Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Entitlement 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