Uses of Class
org.camunda.community.rest.client.dto.ProblemDto
Packages that use ProblemDto
-
Uses of ProblemDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ProblemDtoModifier and TypeMethodDescriptionProblemDto.addElementIdsItem(String elementIdsItem) ProblemDto.elementIds(List<String> elementIds) ProblemDto.mainElementId(String mainElementId) Methods in org.camunda.community.rest.client.dto that return types with arguments of type ProblemDtoModifier and TypeMethodDescriptionResourceReportDto.getErrors()A list of errors occurred during parsing.org.openapitools.jackson.nullable.JsonNullable<List<ProblemDto>>ResourceReportDto.getErrors_JsonNullable()ResourceReportDto.getWarnings()A list of warnings occurred during parsing.org.openapitools.jackson.nullable.JsonNullable<List<ProblemDto>>ResourceReportDto.getWarnings_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type ProblemDtoModifier and TypeMethodDescriptionResourceReportDto.addErrorsItem(ProblemDto errorsItem) ResourceReportDto.addWarningsItem(ProblemDto warningsItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type ProblemDtoModifier and TypeMethodDescriptionResourceReportDto.errors(List<ProblemDto> errors) voidResourceReportDto.setErrors(List<ProblemDto> errors) voidResourceReportDto.setErrors_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProblemDto>> errors) voidResourceReportDto.setWarnings(List<ProblemDto> warnings) voidResourceReportDto.setWarnings_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<ProblemDto>> warnings) ResourceReportDto.warnings(List<ProblemDto> warnings)