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 ContentsContentsApi. 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 ApiContentsPathPostRequestApiContentsPathPostRequest. copyFrom(String copyFrom)ApiContentsPathPostRequestApiContentsPathPostRequest. ext(String ext)ApiContentsPathPostRequestApiContentsPathPostRequest. type(String type)
-