Uses of Class
org.camunda.community.rest.client.dto.ResourceReportDto
Packages that use ResourceReportDto
-
Uses of ResourceReportDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ResourceReportDtoModifier and TypeMethodDescriptionResourceReportDto.addErrorsItem(ProblemDto errorsItem) ResourceReportDto.addWarningsItem(ProblemDto warningsItem) ResourceReportDto.errors(List<ProblemDto> errors) ResourceReportDto.warnings(List<ProblemDto> warnings) Methods in org.camunda.community.rest.client.dto that return types with arguments of type ResourceReportDtoModifier and TypeMethodDescriptionParseExceptionDto.getDetails()A JSON Object containing list of errors and warnings occurred during deployment.org.openapitools.jackson.nullable.JsonNullable<Map<String,ResourceReportDto>> ParseExceptionDto.getDetails_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type ResourceReportDtoModifier and TypeMethodDescriptionParseExceptionDto.putDetailsItem(String key, ResourceReportDto detailsItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type ResourceReportDtoModifier and TypeMethodDescriptionParseExceptionDto.details(Map<String, ResourceReportDto> details) voidParseExceptionDto.setDetails(Map<String, ResourceReportDto> details) voidParseExceptionDto.setDetails_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, ResourceReportDto>> details)