Package | Description |
---|---|
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
ResourceReportDto |
ResourceReportDto.addErrorsItem(ProblemDto errorsItem) |
ResourceReportDto |
ResourceReportDto.addWarningsItem(ProblemDto warningsItem) |
ResourceReportDto |
ResourceReportDto.errors(List<ProblemDto> errors) |
ResourceReportDto |
ResourceReportDto.warnings(List<ProblemDto> warnings) |
Modifier and Type | Method and Description |
---|---|
Map<String,ResourceReportDto> |
ParseExceptionDtoAllOf.getDetails()
A JSON Object containing list of errors and warnings occurred during deployment.
|
Map<String,ResourceReportDto> |
ParseExceptionDto.getDetails()
A JSON Object containing list of errors and warnings occurred during deployment.
|
Modifier and Type | Method and Description |
---|---|
ParseExceptionDtoAllOf |
ParseExceptionDtoAllOf.putDetailsItem(String key,
ResourceReportDto detailsItem) |
ParseExceptionDto |
ParseExceptionDto.putDetailsItem(String key,
ResourceReportDto detailsItem) |
Modifier and Type | Method and Description |
---|---|
ParseExceptionDtoAllOf |
ParseExceptionDtoAllOf.details(Map<String,ResourceReportDto> details) |
ParseExceptionDto |
ParseExceptionDto.details(Map<String,ResourceReportDto> details) |
void |
ParseExceptionDtoAllOf.setDetails(Map<String,ResourceReportDto> details) |
void |
ParseExceptionDto.setDetails(Map<String,ResourceReportDto> details) |
Copyright © 2022. All rights reserved.