Uses of Class
org.camunda.community.rest.client.dto.MigrationInstructionValidationReportDto
Packages that use MigrationInstructionValidationReportDto
-
Uses of MigrationInstructionValidationReportDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return MigrationInstructionValidationReportDtoModifier and TypeMethodDescriptionMigrationInstructionValidationReportDto.addFailuresItem(String failuresItem) MigrationInstructionValidationReportDto.instruction(MigrationInstructionDto instruction) Methods in org.camunda.community.rest.client.dto that return types with arguments of type MigrationInstructionValidationReportDtoModifier and TypeMethodDescriptionMigrationPlanReportDto.getInstructionReports()The list of instruction validation reports.org.openapitools.jackson.nullable.JsonNullable<List<MigrationInstructionValidationReportDto>>MigrationPlanReportDto.getInstructionReports_JsonNullable()Methods in org.camunda.community.rest.client.dto with parameters of type MigrationInstructionValidationReportDtoModifier and TypeMethodDescriptionMigrationPlanReportDto.addInstructionReportsItem(MigrationInstructionValidationReportDto instructionReportsItem) Method parameters in org.camunda.community.rest.client.dto with type arguments of type MigrationInstructionValidationReportDtoModifier and TypeMethodDescriptionMigrationPlanReportDto.instructionReports(List<MigrationInstructionValidationReportDto> instructionReports) voidMigrationPlanReportDto.setInstructionReports(List<MigrationInstructionValidationReportDto> instructionReports) voidMigrationPlanReportDto.setInstructionReports_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<MigrationInstructionValidationReportDto>> instructionReports)