Uses of Class
model.ModelFile
Packages that use ModelFile
-
Uses of ModelFile in api
Modifier and TypeMethodDescriptionFilesApi.create(CreateFileRequest createFileRequest) Create a File Before uploading a file, you need to create a `File` resource.Fetch a File Retrieve the details of a `File` resource.FilesApi.uploadFile(String fileId, UploadFileRequest uploadFileRequest) Upload files Directly Upload files directly with a `multipart/form-data` request.Modifier and TypeMethodDescriptionFilesApi.createFilesWithHttpInfo(CreateFileRequest createFileRequest) Create a File Before uploading a file, you need to create a `File` resource.FilesApi.getFileWithHttpInfo(String fileId) Fetch a File Retrieve the details of a `File` resource.FilesApi.uploadFileWithHttpInfo(String fileId, UploadFileRequest uploadFileRequest) Upload files Directly Upload files directly with a `multipart/form-data` request.Modifier and TypeMethodDescriptionokhttp3.CallFilesApi.createFilesAsync(CreateFileRequest createFileRequest, ApiCallback<ModelFile> _callback) Create a File (asynchronously) Before uploading a file, you need to create a `File` resource.okhttp3.CallFilesApi.getFileAsync(String fileId, ApiCallback<ModelFile> _callback) Fetch a File (asynchronously) Retrieve the details of a `File` resource.okhttp3.CallFilesApi.uploadFileAsync(String fileId, UploadFileRequest uploadFileRequest, ApiCallback<ModelFile> _callback) Upload files Directly (asynchronously) Upload files directly with a `multipart/form-data` request. -
Uses of ModelFile in model
Modifier and TypeMethodDescriptionModelFile.applicationId(String applicationId) ModelFile.createdAt(OffsetDateTime createdAt) ModelFile.displayName(String displayName) static ModelFileCreate an instance of ModelFile given an JSON stringModelFile.identityId(String identityId) ModelFile.linkedType(String linkedType) ModelFile.platformId(String platformId) ModelFile.putTagsItem(String key, String tagsItem) ModelFile.updatedAt(OffsetDateTime updatedAt)