Class UserAppEntitlement

java.lang.Object
com.symphony.bdk.gen.api.model.UserAppEntitlement

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class UserAppEntitlement extends Object
Application Entitlements for the user
  • Field Details

  • Constructor Details

    • UserAppEntitlement

      public UserAppEntitlement()
  • Method Details

    • appId

      public UserAppEntitlement appId(String appId)
    • getAppId

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

      public void setAppId(String appId)
    • appName

      public UserAppEntitlement appName(String appName)
    • getAppName

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

      public void setAppName(String appName)
    • listed

      public UserAppEntitlement listed(Boolean listed)
    • getListed

      public Boolean getListed()
      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)
    • install

      public UserAppEntitlement install(Boolean install)
    • getInstall

      public Boolean getInstall()
      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)
    • products

      public UserAppEntitlement products(List<Product> products)
    • addProductsItem

      public UserAppEntitlement addProductsItem(Product productsItem)
    • getProducts

      @Nullable public List<Product> getProducts()
      Get products
      Returns:
      products
    • setProducts

      public void setProducts(List<Product> products)
    • equals

      public boolean equals(Object o)
      Return true if this UserAppEntitlement object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object