Uses of Enum Class
org.qubership.atp.dataset.controllers.api.dto.datasets.DetailedComparisonStatusDto
Packages that use DetailedComparisonStatusDto
-
Uses of DetailedComparisonStatusDto in org.qubership.atp.dataset.controllers.api.dto.datasets
Methods in org.qubership.atp.dataset.controllers.api.dto.datasets that return DetailedComparisonStatusDtoModifier and TypeMethodDescriptionstatic DetailedComparisonStatusDto@Valid DetailedComparisonStatusDtoComparedAttributeDto.getStatus()Get statusstatic DetailedComparisonStatusDtoReturns the enum constant of this class with the specified name.static DetailedComparisonStatusDto[]DetailedComparisonStatusDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qubership.atp.dataset.controllers.api.dto.datasets with parameters of type DetailedComparisonStatusDtoModifier and TypeMethodDescriptionvoidComparedAttributeDto.setStatus(DetailedComparisonStatusDto status) ComparedAttributeDto.status(DetailedComparisonStatusDto status)