Uses of Class
model.CreateFileRequest
-
Packages that use CreateFileRequest Package Description api model -
-
Uses of CreateFileRequest in api
Methods in api with parameters of type CreateFileRequest Modifier and Type Method Description ModelFileFilesApi. create(CreateFileRequest createFileRequest)Create a File Before uploading a file, you need to create a `File` resource.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. createFilesCall(CreateFileRequest createFileRequest, ApiCallback _callback)Build call for createFilesApiResponse<ModelFile>FilesApi. createFilesWithHttpInfo(CreateFileRequest createFileRequest)Create a File Before uploading a file, you need to create a `File` resource. -
Uses of CreateFileRequest in model
Methods in model that return CreateFileRequest Modifier and Type Method Description CreateFileRequestCreateFileRequest. displayName(String displayName)static CreateFileRequestCreateFileRequest. fromJson(String jsonString)Create an instance of CreateFileRequest given an JSON stringCreateFileRequestCreateFileRequest. linkedTo(String linkedTo)CreateFileRequestCreateFileRequest. putTagsItem(String key, String tagsItem)CreateFileRequestCreateFileRequest. tags(Map<String,String> tags)CreateFileRequestCreateFileRequest. type(CreateFileRequest.TypeEnum type)
-