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