Package com.atlassian.sal.api.validate
Class LicenseValidationWarning
java.lang.Object
com.atlassian.sal.api.validate.LicenseValidationWarning
The license validation warning details.
- Since:
- 4.2
-
Constructor Summary
ConstructorsConstructorDescriptionLicenseValidationWarning(LicenseWarningCode licenseWarningCode, String warningMessage) -
Method Summary
Modifier and TypeMethodDescriptionThese should normally be localised to the end user's locale.
-
Constructor Details
-
LicenseValidationWarning
public LicenseValidationWarning(@Nonnull LicenseWarningCode licenseWarningCode, @Nonnull String warningMessage)
-
-
Method Details
-
getLicenseWarningCode
- Returns:
- The warning type.
-
getWarningMessage
These should normally be localised to the end user's locale.- Returns:
- Warning message to explain what is wrong.
-