Class PodAppEntitlement

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

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

  • Constructor Details

    • PodAppEntitlement

      public PodAppEntitlement()
  • Method Details

    • appId

      public PodAppEntitlement appId(String appId)
    • getAppId

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

      public void setAppId(String appId)
    • appName

      public PodAppEntitlement appName(String appName)
    • getAppName

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

      public void setAppName(String appName)
    • enable

      public PodAppEntitlement enable(Boolean enable)
    • getEnable

      public Boolean getEnable()
      Get enable
      Returns:
      enable
    • setEnable

      public void setEnable(Boolean enable)
    • listed

      public PodAppEntitlement listed(Boolean listed)
    • getListed

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

      public void setListed(Boolean listed)
    • install

      public PodAppEntitlement install(Boolean install)
    • getInstall

      public Boolean getInstall()
      if true, the entitlement is set to automatic for the company. Otherwise, it is set to manual.
      Returns:
      install
    • setInstall

      public void setInstall(Boolean install)
    • equals

      public boolean equals(Object o)
      Return true if this PodAppEntitlement 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