Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.TestScenarioDto.TypeEnum
Packages that use TestScenarioDto.TypeEnum
-
Uses of TestScenarioDto.TypeEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestScenarioDto.TypeEnumModifier and TypeMethodDescriptionstatic TestScenarioDto.TypeEnumTestScenarioDto.getType()Get typestatic TestScenarioDto.TypeEnumReturns the enum constant of this type with the specified name.static TestScenarioDto.TypeEnum[]TestScenarioDto.TypeEnum.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 TestScenarioDto.TypeEnumModifier and TypeMethodDescriptionvoidTestScenarioDto.setType(TestScenarioDto.TypeEnum type) TestScenarioDto.type(TestScenarioDto.TypeEnum type)