@ExperimentalApi
public interface ValidationResult
| Modifier and Type | Method and Description |
|---|---|
Iterable<ValidationError> |
getErrors() |
boolean |
isAuthorized() |
boolean |
isValid() |
ServiceException |
throwIfInvalid(String msg)
converts this validation result into an Exception and throws it
|
boolean isAuthorized()
boolean isValid()
Iterable<ValidationError> getErrors()
ServiceException throwIfInvalid(String msg) throws ServiceException
ServiceExceptionCopyright © 2003–2015 Atlassian. All rights reserved.