Uses of Enum
org.qubership.atp.ram.clients.api.dto.environments.environment.ParametersGettingVersionDto.ParsingTypeEnum
Packages that use ParametersGettingVersionDto.ParsingTypeEnum
-
Uses of ParametersGettingVersionDto.ParsingTypeEnum in org.qubership.atp.ram.clients.api.dto.environments.environment
Methods in org.qubership.atp.ram.clients.api.dto.environments.environment 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.ram.clients.api.dto.environments.environment with parameters of type ParametersGettingVersionDto.ParsingTypeEnumModifier and TypeMethodDescriptionParametersGettingVersionDto.parsingType(ParametersGettingVersionDto.ParsingTypeEnum parsingType) voidParametersGettingVersionDto.setParsingType(ParametersGettingVersionDto.ParsingTypeEnum parsingType)