Uses of Enum
org.qubership.atp.orchestrator.clients.dto.EngineTypeDto
Packages that use EngineTypeDto
-
Uses of EngineTypeDto in org.qubership.atp.orchestrator.clients.dto
Methods in org.qubership.atp.orchestrator.clients.dto that return EngineTypeDtoModifier and TypeMethodDescriptionstatic EngineTypeDto@Valid EngineTypeDtoActionEntityDto.getEngineType()Get engineTypestatic EngineTypeDtoReturns the enum constant of this type with the specified name.static EngineTypeDto[]EngineTypeDto.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.orchestrator.clients.dto with parameters of type EngineTypeDtoModifier and TypeMethodDescriptionActionEntityDto.engineType(EngineTypeDto engineType) voidActionEntityDto.setEngineType(EngineTypeDto engineType)