Class UserAppEntitlement


  • public class UserAppEntitlement
    extends Object
    Application Entitlements for the user
    • Constructor Detail

      • UserAppEntitlement

        public UserAppEntitlement()
    • Method Detail

      • getAppId

        public String getAppId()
        Unique ID for the Application
        Returns:
        appId
      • setAppId

        public void setAppId​(String appId)
      • getAppName

        public String getAppName()
        Name for this Application
        Returns:
        appName
      • setAppName

        public void setAppName​(String appName)
      • isisListed

        public Boolean isisListed()
        if true, this application will be listed in the appstore for this user. Otherwise, this application will be hidden in the appstore.
        Returns:
        listed
      • setListed

        public void setListed​(Boolean listed)
      • isisInstall

        public Boolean isisInstall()
        if true, it indicate this application is installed for this user. Otherwise, this user does not have this application installed.
        Returns:
        install
      • setInstall

        public void setInstall​(Boolean install)
      • getProducts

        public ProductList getProducts()
        Get products
        Returns:
        products
      • setProducts

        public void setProducts​(ProductList products)