All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.drive.model.About.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241027-2.0.0
Show newest version






About (Google Drive API v3-rev20240903-2.0.0)












com.google.api.services.drive.model

Class About

    • Constructor Detail

      • About

        public About()
    • Method Detail

      • getAppInstalled

        public Boolean getAppInstalled()
        Whether the user has installed the requesting app.
        Returns:
        value or null for none
      • setAppInstalled

        public About setAppInstalled(Boolean appInstalled)
        Whether the user has installed the requesting app.
        Parameters:
        appInstalled - appInstalled or null for none
      • getCanCreateDrives

        public Boolean getCanCreateDrives()
        Whether the user can create shared drives.
        Returns:
        value or null for none
      • setCanCreateDrives

        public About setCanCreateDrives(Boolean canCreateDrives)
        Whether the user can create shared drives.
        Parameters:
        canCreateDrives - canCreateDrives or null for none
      • getCanCreateTeamDrives

        public Boolean getCanCreateTeamDrives()
        Deprecated: Use `canCreateDrives` instead.
        Returns:
        value or null for none
      • setCanCreateTeamDrives

        public About setCanCreateTeamDrives(Boolean canCreateTeamDrives)
        Deprecated: Use `canCreateDrives` instead.
        Parameters:
        canCreateTeamDrives - canCreateTeamDrives or null for none
      • getDriveThemes

        public List<About.DriveThemes> getDriveThemes()
        A list of themes that are supported for shared drives.
        Returns:
        value or null for none
      • setDriveThemes

        public About setDriveThemes(List<About.DriveThemes> driveThemes)
        A list of themes that are supported for shared drives.
        Parameters:
        driveThemes - driveThemes or null for none
      • getExportFormats

        public Map<String,List<String>> getExportFormats()
        A map of source MIME type to possible targets for all supported exports.
        Returns:
        value or null for none
      • setExportFormats

        public About setExportFormats(Map<String,List<String>> exportFormats)
        A map of source MIME type to possible targets for all supported exports.
        Parameters:
        exportFormats - exportFormats or null for none
      • getFolderColorPalette

        public List<String> getFolderColorPalette()
        The currently supported folder colors as RGB hex strings.
        Returns:
        value or null for none
      • setFolderColorPalette

        public About setFolderColorPalette(List<String> folderColorPalette)
        The currently supported folder colors as RGB hex strings.
        Parameters:
        folderColorPalette - folderColorPalette or null for none
      • getImportFormats

        public Map<String,List<String>> getImportFormats()
        A map of source MIME type to possible targets for all supported imports.
        Returns:
        value or null for none
      • setImportFormats

        public About setImportFormats(Map<String,List<String>> importFormats)
        A map of source MIME type to possible targets for all supported imports.
        Parameters:
        importFormats - importFormats or null for none
      • getKind

        public String getKind()
        Identifies what kind of resource this is. Value: the fixed string `"drive#about"`.
        Returns:
        value or null for none
      • setKind

        public About setKind(String kind)
        Identifies what kind of resource this is. Value: the fixed string `"drive#about"`.
        Parameters:
        kind - kind or null for none
      • getMaxImportSizes

        public Map<String,Long> getMaxImportSizes()
        A map of maximum import sizes by MIME type, in bytes.
        Returns:
        value or null for none
      • setMaxImportSizes

        public About setMaxImportSizes(Map<String,Long> maxImportSizes)
        A map of maximum import sizes by MIME type, in bytes.
        Parameters:
        maxImportSizes - maxImportSizes or null for none
      • getMaxUploadSize

        public Long getMaxUploadSize()
        The maximum upload size in bytes.
        Returns:
        value or null for none
      • setMaxUploadSize

        public About setMaxUploadSize(Long maxUploadSize)
        The maximum upload size in bytes.
        Parameters:
        maxUploadSize - maxUploadSize or null for none
      • getStorageQuota

        public About.StorageQuota getStorageQuota()
        The user's storage quota limits and usage. For users that are part of an organization with pooled storage, information about the limit and usage across all services is for the organization, rather than the individual user. All fields are measured in bytes.
        Returns:
        value or null for none
      • setStorageQuota

        public About setStorageQuota(About.StorageQuota storageQuota)
        The user's storage quota limits and usage. For users that are part of an organization with pooled storage, information about the limit and usage across all services is for the organization, rather than the individual user. All fields are measured in bytes.
        Parameters:
        storageQuota - storageQuota or null for none
      • getTeamDriveThemes

        public List<About.TeamDriveThemes> getTeamDriveThemes()
        Deprecated: Use `driveThemes` instead.
        Returns:
        value or null for none
      • setTeamDriveThemes

        public About setTeamDriveThemes(List<About.TeamDriveThemes> teamDriveThemes)
        Deprecated: Use `driveThemes` instead.
        Parameters:
        teamDriveThemes - teamDriveThemes or null for none
      • getUser

        public User getUser()
        The authenticated user.
        Returns:
        value or null for none
      • setUser

        public About setUser(User user)
        The authenticated user.
        Parameters:
        user - user or null for none
      • set

        public About set(String fieldName,
                         Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public About clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy