Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
ProblemDto |
ProblemDto.addElementIdsItem(String elementIdsItem) |
ProblemDto |
ProblemDto.column(Integer column) |
ProblemDto |
ProblemDto.elementIds(List<String> elementIds) |
ProblemDto |
ProblemDto.line(Integer line) |
ProblemDto |
ProblemDto.mainElementId(String mainElementId) |
ProblemDto |
ProblemDto.message(String message) |
Modifier and Type | Method and Description |
---|---|
List<ProblemDto> |
ResourceReportDto.getErrors()
A list of errors occurred during parsing.
|
List<ProblemDto> |
ResourceReportDto.getWarnings()
A list of warnings occurred during parsing.
|
Modifier and Type | Method and Description |
---|---|
ResourceReportDto |
ResourceReportDto.addErrorsItem(ProblemDto errorsItem) |
ResourceReportDto |
ResourceReportDto.addWarningsItem(ProblemDto warningsItem) |
Modifier and Type | Method and Description |
---|---|
ResourceReportDto |
ResourceReportDto.errors(List<ProblemDto> errors) |
void |
ResourceReportDto.setErrors(List<ProblemDto> errors) |
void |
ResourceReportDto.setWarnings(List<ProblemDto> warnings) |
ResourceReportDto |
ResourceReportDto.warnings(List<ProblemDto> warnings) |
Copyright © 2022. All rights reserved.