Uses of Class
org.openapitools.client.model.ModelFile
-
Packages that use ModelFile Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of ModelFile in org.openapitools.client.api
Methods in org.openapitools.client.api that return types with arguments of type ModelFile Modifier and Type Method Description List<ModelFile>FileApi. getDatasetFilesHandler(String trDataset, UUID datasetId, Long page)Get Files for Dataset Get Files for Dataset Get all files which belong to a given dataset specified by the dataset_id parameter.ApiResponse<List<ModelFile>>FileApi. getDatasetFilesHandlerWithHttpInfo(@NotNull String trDataset, @NotNull UUID datasetId, @NotNull @Min(0L) Long page)Get Files for Dataset Get Files for Dataset Get all files which belong to a given dataset specified by the dataset_id parameter.Method parameters in org.openapitools.client.api with type arguments of type ModelFile Modifier and Type Method Description okhttp3.CallFileApi. getDatasetFilesHandlerAsync(String trDataset, UUID datasetId, Long page, ApiCallback<List<ModelFile>> _callback)Get Files for Dataset (asynchronously) Get Files for Dataset Get all files which belong to a given dataset specified by the dataset_id parameter. -
Uses of ModelFile in org.openapitools.client.model
Methods in org.openapitools.client.model that return ModelFile Modifier and Type Method Description ModelFileModelFile. createdAt(OffsetDateTime createdAt)ModelFileModelFile. datasetId(UUID datasetId)ModelFileModelFile. fileName(String fileName)static ModelFileModelFile. fromJson(String jsonString)Create an instance of ModelFile given an JSON string@NotNull @Valid ModelFileUploadFileResult. getFileMetadata()Get fileMetadataModelFileModelFile. id(UUID id)ModelFileModelFile. link(String link)ModelFileModelFile. metadata(Object metadata)ModelFileModelFile. size(Long size)ModelFileModelFile. tagSet(String tagSet)ModelFileModelFile. timeStamp(OffsetDateTime timeStamp)ModelFileModelFile. updatedAt(OffsetDateTime updatedAt)Methods in org.openapitools.client.model with parameters of type ModelFile Modifier and Type Method Description UploadFileResultUploadFileResult. fileMetadata(ModelFile fileMetadata)voidUploadFileResult. setFileMetadata(ModelFile fileMetadata)
-