Uses of Class
ganymede.jupyter.notebook.model.ApiContentsPathPostRequest
-
Packages that use ApiContentsPathPostRequest Package Description ganymede.jupyter.notebook.api ganymede.jupyter.notebook.model -
-
Uses of ApiContentsPathPostRequest in ganymede.jupyter.notebook.api
Methods in ganymede.jupyter.notebook.api with parameters of type ApiContentsPathPostRequest Modifier and Type Method Description Contents
ContentsApi. apiContentsPathPost(String path, ApiContentsPathPostRequest model)
Create a new file in the specified path A POST to /api/contents/path creates a New untitled, empty file or directory.ApiResponse<Contents>
ContentsApi. apiContentsPathPostWithHttpInfo(String path, ApiContentsPathPostRequest model)
Create a new file in the specified path A POST to /api/contents/path creates a New untitled, empty file or directory. -
Uses of ApiContentsPathPostRequest in ganymede.jupyter.notebook.model
Methods in ganymede.jupyter.notebook.model that return ApiContentsPathPostRequest Modifier and Type Method Description ApiContentsPathPostRequest
ApiContentsPathPostRequest. copyFrom(String copyFrom)
ApiContentsPathPostRequest
ApiContentsPathPostRequest. ext(String ext)
ApiContentsPathPostRequest
ApiContentsPathPostRequest. type(String type)
-