Uses of Class
org.springframework.social.google.api.drive.UserPermission
-
Packages that use UserPermission Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Driveorg.springframework.social.google.api.drive.impl -
-
Uses of UserPermission in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return UserPermission Modifier and Type Method Description UserPermissionDriveOperations. addPermission(String fileId, UserPermission permission, boolean sendNotificationEmails)Adds a permission to a fileUserPermissionDriveFile. getUserPermission()UserPermissionDriveOperations. updatesPermission(String fileId, String permissionId, UserPermission permission)Updates a permission to a fileMethods in org.springframework.social.google.api.drive that return types with arguments of type UserPermission Modifier and Type Method Description List<UserPermission>DriveOperations. getPermissions(String fileId)Returns the permissions of a fileMethods in org.springframework.social.google.api.drive with parameters of type UserPermission Modifier and Type Method Description UserPermissionDriveOperations. addPermission(String fileId, UserPermission permission, boolean sendNotificationEmails)Adds a permission to a fileUserPermissionDriveOperations. updatesPermission(String fileId, String permissionId, UserPermission permission)Updates a permission to a file -
Uses of UserPermission in org.springframework.social.google.api.drive.impl
Methods in org.springframework.social.google.api.drive.impl that return UserPermission Modifier and Type Method Description UserPermissionDriveTemplate. addPermission(String fileId, UserPermission permission, boolean sendNotificationEmails)UserPermissionDriveTemplate. updatesPermission(String fileId, String permissionId, UserPermission permission)Methods in org.springframework.social.google.api.drive.impl that return types with arguments of type UserPermission Modifier and Type Method Description List<UserPermission>DriveTemplate. getPermissions(String fileId)Methods in org.springframework.social.google.api.drive.impl with parameters of type UserPermission Modifier and Type Method Description UserPermissionDriveTemplate. addPermission(String fileId, UserPermission permission, boolean sendNotificationEmails)UserPermissionDriveTemplate. updatesPermission(String fileId, String permissionId, UserPermission permission)
-