Uses of Class
org.springframework.social.google.api.drive.PermissionType
-
Packages that use PermissionType Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Drive -
-
Uses of PermissionType in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return PermissionType Modifier and Type Method Description PermissionTypeUserPermission. getType()static PermissionTypePermissionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionType[]PermissionType. 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 PermissionType Constructor Description UserPermission(PermissionRole role, PermissionType type, List<AdditionalRole> additionalRoles, String value)
-