Uses of Class
model.ModelFile
-
Packages that use ModelFile Package Description api model -
-
Uses of ModelFile in api
Methods in api that return ModelFile Modifier and Type Method Description ModelFileFilesApi. create(CreateFileRequest createFileRequest)Create a File Before uploading a file, you need to create a `File` resource.ModelFileFilesApi. get(String fileId)Fetch a File Retrieve the details of a `File` resource.ModelFileFilesApi. upload(String fileId, UploadFileRequest uploadFileRequest)Upload files Directly Upload files directly with a `multipart/form-data` request.Methods in api that return types with arguments of type ModelFile Modifier and Type Method Description ApiResponse<ModelFile>FilesApi. createFilesWithHttpInfo(CreateFileRequest createFileRequest)Create a File Before uploading a file, you need to create a `File` resource.ApiResponse<ModelFile>FilesApi. getFileWithHttpInfo(String fileId)Fetch a File Retrieve the details of a `File` resource.ApiResponse<ModelFile>FilesApi. uploadFileWithHttpInfo(String fileId, UploadFileRequest uploadFileRequest)Upload files Directly Upload files directly with a `multipart/form-data` request.Method parameters in api with type arguments of type ModelFile Modifier and Type Method Description okhttp3.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
Methods in model that return ModelFile Modifier and Type Method Description ModelFileModelFile. applicationId(String applicationId)ModelFileModelFile. createdAt(OffsetDateTime createdAt)ModelFileModelFile. displayName(String displayName)ModelFileModelFile. extension(String extension)static ModelFileModelFile. fromJson(String jsonString)Create an instance of ModelFile given an JSON stringModelFileModelFile. id(String id)ModelFileModelFile. identityId(String identityId)ModelFileModelFile. linkedTo(String linkedTo)ModelFileModelFile. linkedType(String linkedType)ModelFileModelFile. platformId(String platformId)ModelFileModelFile. putTagsItem(String key, String tagsItem)ModelFileModelFile. status(String status)ModelFileModelFile. tags(Map<String,String> tags)ModelFileModelFile. type(String type)ModelFileModelFile. updatedAt(OffsetDateTime updatedAt)Methods in model that return types with arguments of type ModelFile Modifier and Type Method Description List<ModelFile>FilesListEmbedded. getFiles()`File` objects.Methods in model with parameters of type ModelFile Modifier and Type Method Description FilesListEmbeddedFilesListEmbedded. addFilesItem(ModelFile filesItem)Method parameters in model with type arguments of type ModelFile Modifier and Type Method Description FilesListEmbeddedFilesListEmbedded. files(List<ModelFile> files)voidFilesListEmbedded. setFiles(List<ModelFile> files)
-