Uses of Enum Class
org.qubership.atp.environments.clients.api.catalogue.generated.TestCaseStatusDto
Packages that use TestCaseStatusDto
-
Uses of TestCaseStatusDto in org.qubership.atp.environments.clients.api.catalogue.generated
Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return TestCaseStatusDtoModifier and TypeMethodDescriptionstatic TestCaseStatusDto@Valid TestCaseStatusDtoTestCaseDto.getStatus()Get statusstatic TestCaseStatusDtoReturns the enum constant of this class with the specified name.static TestCaseStatusDto[]TestCaseStatusDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qubership.atp.environments.clients.api.catalogue.generated with parameters of type TestCaseStatusDtoModifier and TypeMethodDescriptionvoidTestCaseDto.setStatus(TestCaseStatusDto status) TestCaseDto.status(TestCaseStatusDto status)