Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.ProjectDto.ProjectTypeEnum
Packages that use ProjectDto.ProjectTypeEnum
-
Uses of ProjectDto.ProjectTypeEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return ProjectDto.ProjectTypeEnumModifier and TypeMethodDescriptionstatic ProjectDto.ProjectTypeEnumProjectDto.getProjectType()Get projectTypestatic ProjectDto.ProjectTypeEnumReturns the enum constant of this type with the specified name.static ProjectDto.ProjectTypeEnum[]ProjectDto.ProjectTypeEnum.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.catalogue with parameters of type ProjectDto.ProjectTypeEnumModifier and TypeMethodDescriptionProjectDto.projectType(ProjectDto.ProjectTypeEnum projectType) voidProjectDto.setProjectType(ProjectDto.ProjectTypeEnum projectType)