Uses of Enum
org.qubership.atp.mia.controllers.api.dto.StatusEnumDto
Packages that use StatusEnumDto
-
Uses of StatusEnumDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return StatusEnumDtoModifier and TypeMethodDescriptionstatic StatusEnumDto@Valid StatusEnumDtoMarkedContentDto.getState()Get state@Valid StatusEnumDtoProcessStatusDto.getStatus()Get status@Valid StatusEnumDtoTableMarkerColumnStatusDto.getStatus()Get status@Valid StatusEnumDtoTableMarkerRowCountDto.getStatus()Get statusstatic StatusEnumDtoReturns the enum constant of this type with the specified name.static StatusEnumDto[]StatusEnumDto.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.mia.controllers.api.dto with parameters of type StatusEnumDtoModifier and TypeMethodDescriptionvoidMarkedContentDto.setState(StatusEnumDto state) voidProcessStatusDto.setStatus(StatusEnumDto status) voidTableMarkerColumnStatusDto.setStatus(StatusEnumDto status) voidTableMarkerRowCountDto.setStatus(StatusEnumDto status) MarkedContentDto.state(StatusEnumDto state) ProcessStatusDto.status(StatusEnumDto status) TableMarkerColumnStatusDto.status(StatusEnumDto status) TableMarkerRowCountDto.status(StatusEnumDto status)