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