Class DriveApp
- java.lang.Object
-
- org.springframework.social.google.api.ApiEntity
-
- org.springframework.social.google.api.drive.DriveApp
-
public class DriveApp extends ApiEntity
Model class representing an application that is using Google Drive API- Author:
- Gabriel Axel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDriveApp.AppIconstatic classDriveApp.IconCategory
-
Constructor Summary
Constructors Constructor Description DriveApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DriveApp.AppIcon>getIcons()StringgetName()StringgetObjectType()List<String>getPrimaryFileExtensions()List<String>getPrimaryMimeTypes()StringgetProductUrl()List<String>getSecondaryFileExtensions()List<String>getSecondaryMimeTypes()booleanisAuthorized()booleanisInstalled()booleanisSupportsCreate()booleanisSupportsImport()booleanisUseByDefault()
-
-
-
Method Detail
-
getName
public String getName()
-
getObjectType
public String getObjectType()
-
isSupportsCreate
public boolean isSupportsCreate()
-
isSupportsImport
public boolean isSupportsImport()
-
isInstalled
public boolean isInstalled()
-
isAuthorized
public boolean isAuthorized()
-
isUseByDefault
public boolean isUseByDefault()
-
getProductUrl
public String getProductUrl()
-
getIcons
public List<DriveApp.AppIcon> getIcons()
-
-