| Interface | Description |
|---|---|
| FieldValidationError |
Represents a
ValidationError that is associated with a field of user input. |
| MergeValidationResult |
A validation result that also encapsulates the result of a merge operation.
|
| 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.
|
| SimpleMergeValidationResult | |
| SimpleMergeValidationResult.Builder | |
| SimpleValidationError |
Represents the simplest kind of ValidationError.
|
| SimpleValidationResult |
Represents the simplest kind of ValidationResult.
|
| SimpleValidationResult.Builder | |
| SimpleValidationResults |
Methods to assist in the creation of SimpleValidationResult Errors
|
Copyright © 2003–2019 Atlassian. All rights reserved.