Uses of Enum
com.atlassian.sal.api.validate.LicenseErrorCode
Packages that use LicenseErrorCode
-
Uses of LicenseErrorCode in com.atlassian.sal.api.validate
Methods in com.atlassian.sal.api.validate that return LicenseErrorCodeModifier and TypeMethodDescriptionLicenseValidationError.getLicenseErrorCode()static LicenseErrorCodeReturns the enum constant of this type with the specified name.static LicenseErrorCode[]LicenseErrorCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.sal.api.validate with parameters of type LicenseErrorCodeModifierConstructorDescriptionLicenseValidationError(LicenseErrorCode licenseErrorCode, String errorMessage)