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