public class PostApi extends Object
| Constructor and Description |
|---|
PostApi() |
| Modifier and Type | Method and Description |
|---|---|
CompressResponse |
CompressByPost(String userId,
String fileId,
String archiveType) |
DeleteResponse |
DeleteByPost(String userId,
String fileId) |
DeleteResponse |
DeleteFromFolderByPost(String userId,
String path) |
String |
getBasePath() |
ApiInvoker |
getInvoker() |
RenameResponse |
RenameByPost(String userId,
String fileId,
String newName) |
void |
setBasePath(String basePath) |
public ApiInvoker getInvoker()
public void setBasePath(String basePath)
public String getBasePath()
public RenameResponse RenameByPost(String userId, String fileId, String newName) throws ApiException
ApiExceptionpublic DeleteResponse DeleteByPost(String userId, String fileId) throws ApiException
ApiExceptionpublic DeleteResponse DeleteFromFolderByPost(String userId, String path) throws ApiException
ApiExceptionpublic CompressResponse CompressByPost(String userId, String fileId, String archiveType) throws ApiException
ApiExceptionCopyright © 2014 GroupDocs. All Rights Reserved.