Uses of Class
org.exoplatform.services.cms.clouddrives.onedrive.OneDriveException
-
Packages that use OneDriveException Package Description org.exoplatform.services.cms.clouddrives.onedrive -
-
Uses of OneDriveException in org.exoplatform.services.cms.clouddrives.onedrive
Methods in org.exoplatform.services.cms.clouddrives.onedrive that throw OneDriveException Modifier and Type Method Description com.microsoft.graph.models.extensions.DriveItemOneDriveAPI. copy(String parentId, String fileName, String fileId, boolean isFile)Copy.com.microsoft.graph.models.extensions.SharingLinkOneDriveAPI. createLink(String itemId, String type)Creates a public link to view a file content.StringOneDriveAPI. getInsertUploadUrl(String parentId, String name, String conflictBehavior)Gets url on which uploading should be done.com.microsoft.graph.models.extensions.DriveItemOneDriveAPI. insert(String parentId, String fileName, Calendar created, Calendar modified, InputStream inputStream, String conflictBehavior)Insert.com.microsoft.graph.models.extensions.DriveItemOneDriveAPI. updateFileContent(String itemId, Calendar created, Calendar modified, InputStream inputStream)Update file content.
-