Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
About |
About.clone() |
About |
About.set(String fieldName,
Object value) |
About |
About.setAppInstalled(Boolean appInstalled)
Whether the user has installed the requesting app.
|
About |
About.setCanCreateDrives(Boolean canCreateDrives)
Whether the user can create shared drives.
|
About |
About.setCanCreateTeamDrives(Boolean canCreateTeamDrives)
Deprecated: Use `canCreateDrives` instead.
|
About |
About.setDriveThemes(List<About.DriveThemes> driveThemes)
A list of themes that are supported for shared drives.
|
About |
About.setExportFormats(Map<String,List<String>> exportFormats)
A map of source MIME type to possible targets for all supported exports.
|
About |
About.setFolderColorPalette(List<String> folderColorPalette)
The currently supported folder colors as RGB hex strings.
|
About |
About.setImportFormats(Map<String,List<String>> importFormats)
A map of source MIME type to possible targets for all supported imports.
|
About |
About.setKind(String kind)
Identifies what kind of resource this is.
|
About |
About.setMaxImportSizes(Map<String,Long> maxImportSizes)
A map of maximum import sizes by MIME type, in bytes.
|
About |
About.setMaxUploadSize(Long maxUploadSize)
The maximum upload size in bytes.
|
About |
About.setStorageQuota(About.StorageQuota storageQuota)
The user's storage quota limits and usage.
|
About |
About.setTeamDriveThemes(List<About.TeamDriveThemes> teamDriveThemes)
Deprecated: Use `driveThemes` instead.
|
About |
About.setUser(User user)
The authenticated user.
|
Copyright © 2011–2024 Google. All rights reserved.