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