Uses of Class
com.atlassian.sal.api.validate.LicenseValidationError
Packages that use LicenseValidationError
-
Uses of LicenseValidationError in com.atlassian.sal.api.validate
Methods in com.atlassian.sal.api.validate that return types with arguments of type LicenseValidationErrorModifier and TypeMethodDescriptionLicenseValidationResult.getErrorMessages()Returns validation error for each products.Method parameters in com.atlassian.sal.api.validate with type arguments of type LicenseValidationErrorModifier and TypeMethodDescriptionstatic LicenseValidationResultLicenseValidationResult.withErrorAndWarningMessages(Optional<String> productKey, Optional<String> license, Iterable<LicenseValidationError> errorMessages, Iterable<LicenseValidationWarning> warningMessages) static LicenseValidationResultLicenseValidationResult.withErrorMessages(Optional<String> productKey, Optional<String> license, Iterable<LicenseValidationError> errorMessages)