Uses of Class
org.openapitools.client.model.FileDTO
-
Packages that use FileDTO Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of FileDTO in org.openapitools.client.api
Methods in org.openapitools.client.api that return FileDTO Modifier and Type Method Description FileDTOFileApi. getFileHandler(String trDataset, UUID fileId)Get File Get File Download a file from S3 attached to the server based on its id.Methods in org.openapitools.client.api that return types with arguments of type FileDTO Modifier and Type Method Description ApiResponse<FileDTO>FileApi. getFileHandlerWithHttpInfo(@NotNull String trDataset, @NotNull UUID fileId)Get File Get File Download a file from S3 attached to the server based on its id.Method parameters in org.openapitools.client.api with type arguments of type FileDTO Modifier and Type Method Description okhttp3.CallFileApi. getFileHandlerAsync(String trDataset, UUID fileId, ApiCallback<FileDTO> _callback)Get File (asynchronously) Get File Download a file from S3 attached to the server based on its id. -
Uses of FileDTO in org.openapitools.client.model
Methods in org.openapitools.client.model that return FileDTO Modifier and Type Method Description FileDTOFileDTO. createdAt(OffsetDateTime createdAt)FileDTOFileDTO. fileName(String fileName)static FileDTOFileDTO. fromJson(String jsonString)Create an instance of FileDTO given an JSON stringFileDTOFileDTO. id(UUID id)FileDTOFileDTO. link(String link)FileDTOFileDTO. metadata(Object metadata)FileDTOFileDTO. s3Url(String s3Url)FileDTOFileDTO. size(Long size)FileDTOFileDTO. updatedAt(OffsetDateTime updatedAt)
-