Uses of Class
org.qubership.atp.mia.controllers.api.dto.TableMarkerColumnStatusDto
Packages that use TableMarkerColumnStatusDto
-
Uses of TableMarkerColumnStatusDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return TableMarkerColumnStatusDtoModifier and TypeMethodDescriptionTableMarkerColumnStatusDto.actualResult(String actualResult) TableMarkerColumnStatusDto.columnName(String columnName) TableMarkerColumnStatusDto.expectedResult(String expectedResult) TableMarkerColumnStatusDto.status(StatusEnumDto status) Methods in org.qubership.atp.mia.controllers.api.dto that return types with arguments of type TableMarkerColumnStatusDtoModifier and TypeMethodDescription@Valid List<@Valid TableMarkerColumnStatusDto> TableMarkerResultDto.getColumnStatuses()Get columnStatusesMethods in org.qubership.atp.mia.controllers.api.dto with parameters of type TableMarkerColumnStatusDtoModifier and TypeMethodDescriptionTableMarkerResultDto.addColumnStatusesItem(TableMarkerColumnStatusDto columnStatusesItem) Method parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type TableMarkerColumnStatusDtoModifier and TypeMethodDescriptionTableMarkerResultDto.columnStatuses(List<@Valid TableMarkerColumnStatusDto> columnStatuses) voidTableMarkerResultDto.setColumnStatuses(List<@Valid TableMarkerColumnStatusDto> columnStatuses)