Uses of Enum Class
com.qtsurfer.api.client.model.DatasetVersion.DataFormatEnum
Packages that use DatasetVersion.DataFormatEnum
-
Uses of DatasetVersion.DataFormatEnum in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return DatasetVersion.DataFormatEnumModifier and TypeMethodDescriptionDatasetVersion.getDataFormat()Which format `dataUrl` is actually in — check this rather than assuming it matches how you uploaded it.Returns the enum constant of this class with the specified name.static DatasetVersion.DataFormatEnum[]DatasetVersion.DataFormatEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.qtsurfer.api.client.model with parameters of type DatasetVersion.DataFormatEnumModifier and TypeMethodDescriptionDatasetVersion.dataFormat(DatasetVersion.DataFormatEnum dataFormat) voidDatasetVersion.setDataFormat(DatasetVersion.DataFormatEnum dataFormat)