Uses of Class
org.molgenis.dataexplorer.controller.DataRequest.DownloadType
-
Packages that use DataRequest.DownloadType Package Description org.molgenis.dataexplorer.controller -
-
Uses of DataRequest.DownloadType in org.molgenis.dataexplorer.controller
Methods in org.molgenis.dataexplorer.controller that return DataRequest.DownloadType Modifier and Type Method Description DataRequest.DownloadTypeDataRequest. getDownloadType()static DataRequest.DownloadTypeDataRequest.DownloadType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataRequest.DownloadType[]DataRequest.DownloadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.molgenis.dataexplorer.controller with parameters of type DataRequest.DownloadType Modifier and Type Method Description StringDataExplorerController. getDownloadFilename(String entityTypeId, LocalDateTime localDateTime, DataRequest.DownloadType downloadType)voidDataRequest. setDownloadType(DataRequest.DownloadType downloadType)
-