Uses of Class
io.camunda.optimize.dto.optimize.rest.ImportIndexMismatchDto
Packages that use ImportIndexMismatchDto
-
Uses of ImportIndexMismatchDto in io.camunda.optimize.dto.optimize.rest
Methods in io.camunda.optimize.dto.optimize.rest that return ImportIndexMismatchDtoMethods in io.camunda.optimize.dto.optimize.rest that return types with arguments of type ImportIndexMismatchDtoMethod parameters in io.camunda.optimize.dto.optimize.rest with type arguments of type ImportIndexMismatchDtoModifier and TypeMethodDescriptionvoidImportedIndexMismatchResponseDto.setMismatchingIndices(Set<ImportIndexMismatchDto> mismatchingIndices) Constructor parameters in io.camunda.optimize.dto.optimize.rest with type arguments of type ImportIndexMismatchDtoModifierConstructorDescriptionImportedIndexMismatchResponseDto(String errorCode, String errorMessage, String detailedErrorMessage, Set<ImportIndexMismatchDto> mismatchingIndices) -
Uses of ImportIndexMismatchDto in io.camunda.optimize.service.exceptions
Methods in io.camunda.optimize.service.exceptions that return types with arguments of type ImportIndexMismatchDtoModifier and TypeMethodDescriptionOptimizeImportIncorrectIndexVersionException.getMismatchingIndices()Constructor parameters in io.camunda.optimize.service.exceptions with type arguments of type ImportIndexMismatchDtoModifierConstructorDescriptionOptimizeImportIncorrectIndexVersionException(String message, Set<ImportIndexMismatchDto> mismatchingIndices)