Uses of Enum
org.qubership.atp.mia.clients.api.environments.dto.projects.ParametersGettingVersionDto.ParsingTypeEnum
Packages that use ParametersGettingVersionDto.ParsingTypeEnum
-
Uses of ParametersGettingVersionDto.ParsingTypeEnum in org.qubership.atp.mia.clients.api.environments.dto.projects
Methods in org.qubership.atp.mia.clients.api.environments.dto.projects that return ParametersGettingVersionDto.ParsingTypeEnumModifier and TypeMethodDescriptionParametersGettingVersionDto.getParsingType()Get parsingTypeReturns the enum constant of this type with the specified name.ParametersGettingVersionDto.ParsingTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.mia.clients.api.environments.dto.projects with parameters of type ParametersGettingVersionDto.ParsingTypeEnumModifier and TypeMethodDescriptionParametersGettingVersionDto.parsingType(ParametersGettingVersionDto.ParsingTypeEnum parsingType) voidParametersGettingVersionDto.setParsingType(ParametersGettingVersionDto.ParsingTypeEnum parsingType)