Uses of Class
com.qtsurfer.api.client.model.DatasetImportCreated
Packages that use DatasetImportCreated
-
Uses of DatasetImportCreated in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return DatasetImportCreatedModifier and TypeMethodDescriptionDatasetApi.importDataset(DatasetImportRequest datasetImportRequest) Create a dataset by importing history instead of uploading it A second way to get data into a dataset, alongside `POST /datasets`: instead of `PUT`ting a file yourself, ask the API to go fetch history on your behalf.Methods in com.qtsurfer.api.client.api that return types with arguments of type DatasetImportCreatedModifier and TypeMethodDescriptionDatasetApi.importDatasetWithHttpInfo(DatasetImportRequest datasetImportRequest) Create a dataset by importing history instead of uploading it A second way to get data into a dataset, alongside `POST /datasets`: instead of `PUT`ting a file yourself, ask the API to go fetch history on your behalf. -
Uses of DatasetImportCreated in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return DatasetImportCreatedModifier and TypeMethodDescriptionDatasetImportCreated.status(DatasetImportCreated.StatusEnum status)