Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.TestScenariosCompareResponseDto.StatusEnum
Packages that use TestScenariosCompareResponseDto.StatusEnum
-
Uses of TestScenariosCompareResponseDto.StatusEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestScenariosCompareResponseDto.StatusEnumModifier and TypeMethodDescriptionTestScenariosCompareResponseDto.getStatus()Get statusReturns the enum constant of this type with the specified name.TestScenariosCompareResponseDto.StatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestScenariosCompareResponseDto.StatusEnumModifier and TypeMethodDescriptionvoidTestScenariosCompareResponseDto.setStatus(TestScenariosCompareResponseDto.StatusEnum status) TestScenariosCompareResponseDto.status(TestScenariosCompareResponseDto.StatusEnum status)