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