Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseDto.StatusEnum
Packages that use TestCaseDto.StatusEnum
-
Uses of TestCaseDto.StatusEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseDto.StatusEnumModifier and TypeMethodDescriptionstatic TestCaseDto.StatusEnumTestCaseDto.getStatus()Get statusstatic TestCaseDto.StatusEnumReturns the enum constant of this type with the specified name.static TestCaseDto.StatusEnum[]TestCaseDto.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 TestCaseDto.StatusEnumModifier and TypeMethodDescriptionvoidTestCaseDto.setStatus(TestCaseDto.StatusEnum status) TestCaseDto.status(TestCaseDto.StatusEnum status)