Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.ProjectDto.DatasetFormatEnum
Packages that use ProjectDto.DatasetFormatEnum
-
Uses of ProjectDto.DatasetFormatEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return ProjectDto.DatasetFormatEnumModifier and TypeMethodDescriptionstatic ProjectDto.DatasetFormatEnumProjectDto.getDatasetFormat()Get datasetFormatstatic ProjectDto.DatasetFormatEnumReturns the enum constant of this type with the specified name.static ProjectDto.DatasetFormatEnum[]ProjectDto.DatasetFormatEnum.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.DatasetFormatEnumModifier and TypeMethodDescriptionProjectDto.datasetFormat(ProjectDto.DatasetFormatEnum datasetFormat) voidProjectDto.setDatasetFormat(ProjectDto.DatasetFormatEnum datasetFormat)