Uses of Enum Class
org.qubership.atp.environments.clients.api.catalogue.generated.ScenarioTypeDto
Packages that use ScenarioTypeDto
-
Uses of ScenarioTypeDto in org.qubership.atp.environments.clients.api.catalogue.generated
Methods in org.qubership.atp.environments.clients.api.catalogue.generated that return ScenarioTypeDtoModifier and TypeMethodDescriptionstatic ScenarioTypeDto@Valid ScenarioTypeDtoAbstractTestScenarioDto.getType()Get type@Valid ScenarioTypeDtoCompoundDto.getType()Get type@Valid ScenarioTypeDtoTestScenarioDto.getType()Get typestatic ScenarioTypeDtoReturns the enum constant of this class with the specified name.static ScenarioTypeDto[]ScenarioTypeDto.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 ScenarioTypeDtoModifier and TypeMethodDescriptionvoidAbstractTestScenarioDto.setType(ScenarioTypeDto type) voidCompoundDto.setType(ScenarioTypeDto type) voidTestScenarioDto.setType(ScenarioTypeDto type) AbstractTestScenarioDto.type(ScenarioTypeDto type) CompoundDto.type(ScenarioTypeDto type) TestScenarioDto.type(ScenarioTypeDto type)