Uses of Class
org.springframework.social.google.api.drive.DriveApp.IconCategory
-
Packages that use DriveApp.IconCategory Package Description org.springframework.social.google.api.drive Spring Social's Service APIs for Google Drive -
-
Uses of DriveApp.IconCategory in org.springframework.social.google.api.drive
Methods in org.springframework.social.google.api.drive that return DriveApp.IconCategory Modifier and Type Method Description static DriveApp.IconCategoryDriveApp.IconCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static DriveApp.IconCategory[]DriveApp.IconCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-