Uses of Enum Class
com.bytedesk.core.license.LicenseFeatureEnum
Packages that use LicenseFeatureEnum
-
Uses of LicenseFeatureEnum in com.bytedesk.core.license
Fields in com.bytedesk.core.license with type parameters of type LicenseFeatureEnumMethods in com.bytedesk.core.license that return LicenseFeatureEnumModifier and TypeMethodDescriptionstatic LicenseFeatureEnum
Returns the enum constant of this class with the specified name.static LicenseFeatureEnum[]
LicenseFeatureEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.bytedesk.core.license with type arguments of type LicenseFeatureEnumModifier and TypeMethodDescriptionLicenseGenerator.generateLicense
(String phone, String email, String name, String company, String serverIp, LicenseTypeEnum licenseType, int userCount, Set<LicenseFeatureEnum> features) 生成授权信息LicenseService.generateLicense
(String phone, String email, String name, String company, String serverIp, LicenseTypeEnum licenseType, int userCount, Set<LicenseFeatureEnum> features, int validityMonths) 生成新的授权