Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
About |
About.clone() |
About |
About.set(java.lang.String fieldName,
java.lang.Object value) |
About |
About.setAppInstalled(java.lang.Boolean appInstalled)
Whether the user has installed the requesting app.
|
About |
About.setExportFormats(java.util.Map<java.lang.String,java.util.List<java.lang.String>> exportFormats)
A map of source MIME type to possible targets for all supported exports.
|
About |
About.setFolderColorPalette(java.util.List<java.lang.String> folderColorPalette)
The currently supported folder colors as RGB hex strings.
|
About |
About.setImportFormats(java.util.Map<java.lang.String,java.util.List<java.lang.String>> importFormats)
A map of source MIME type to possible targets for all supported imports.
|
About |
About.setKind(java.lang.String kind)
This is always drive#about.
|
About |
About.setMaxImportSizes(java.util.Map<java.lang.String,java.lang.Long> maxImportSizes)
A map of maximum import sizes by MIME type, in bytes.
|
About |
About.setMaxUploadSize(java.lang.Long maxUploadSize)
The maximum upload size in bytes.
|
About |
About.setStorageQuota(About.StorageQuota storageQuota)
The user's storage quota limits and usage.
|
About |
About.setUser(User user)
The authenticated user.
|