Uses of Class
org.springframework.social.google.api.drive.PermissionRole
-
Packages that use PermissionRole Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Drive -
-
Uses of PermissionRole in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return PermissionRole Modifier and Type Method Description PermissionRoleDriveAbout.RoleSet. getPrimaryRole()PermissionRoleUserPermission. getRole()static PermissionRolePermissionRole. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionRole[]PermissionRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.springframework.social.google.api.drive with parameters of type PermissionRole Constructor Description UserPermission(PermissionRole role, PermissionType type, List<AdditionalRole> additionalRoles, String value)
-