| Interface | Description |
|---|---|
| FieldValidationError |
Represents a
ValidationError that is associated with a field of user input. |
| ValidationError |
Represents a single validation error within a
ValidationResult. |
| ValidationResult |
Stores the results after an API Service validateX() method is called.
|
| WithValidationResult | Deprecated
since 5.8 - no longer used; result typically supplied via
ServiceException.getOptionalValidationResult()
instead. |
| Class | Description |
|---|---|
| ServiceExceptionSupplier |
ServiceException supplier for use with
SimpleValidationResult. |
| SimpleFieldValidationError |
Represents the simplest kind of validation error on a particular field.
|
| SimpleValidationError |
Represents the simplest kind of ValidationError.
|
| SimpleValidationResult |
Represents the simplest kind of ValidationResult.
|
| SimpleValidationResult.Builder |
Copyright © 2003–2015 Atlassian. All rights reserved.