Class APILicense.IOSLicense

java.lang.Object
com.testdroid.api.model.APILicense.FeatureLicense
com.testdroid.api.model.APILicense.IOSLicense
Enclosing class:
APILicense

public static class APILicense.IOSLicense extends APILicense.FeatureLicense
  • Constructor Details

    • IOSLicense

      public IOSLicense()
    • IOSLicense

      public IOSLicense(Integer deviceLimit, Integer projectLimit, boolean enabled)
  • Method Details

    • getDeviceLimit

      public Integer getDeviceLimit()
    • setDeviceLimit

      public void setDeviceLimit(Integer deviceLimit)
    • getProjectLimit

      public Integer getProjectLimit()
    • setProjectLimit

      public void setProjectLimit(Integer projectLimit)
    • isDeviceLimited

      public boolean isDeviceLimited()
    • isProjectLimited

      public boolean isProjectLimited()
    • generateSignContent

      public String generateSignContent()
      Specified by:
      generateSignContent in class APILicense.FeatureLicense