public static class SchemaChecker.Results extends Object
| Constructor and Description |
|---|
Results() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFilterIssues()
Retrieve any filter issues found during schema checking.
|
List<String> |
getMutabilityIssues()
Retrieve any mutability issues found during schema checking.
|
List<String> |
getPathIssues()
Retrieve any path issues found during schema checking.
|
List<String> |
getSyntaxIssues()
Retrieve any syntax issues found during schema checking.
|
void |
throwSchemaExceptions()
Throws an exception if there are schema validation errors.
|
public Results()
public List<String> getSyntaxIssues()
public List<String> getMutabilityIssues()
public List<String> getPathIssues()
public List<String> getFilterIssues()
public void throwSchemaExceptions() throws BadRequestException
BadRequestException - if issues are found during schema checking.Copyright © 2015–2019 Ping Identity Corporation. All rights reserved.