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

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

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






Comment.QuotedFileContent (Google Drive API v3-rev20240123-2.0.0)












com.google.api.services.drive.model

Class Comment.QuotedFileContent

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>
    Enclosing class:
    Comment


    public static final class Comment.QuotedFileContent
    extends com.google.api.client.json.GenericJson
    The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment.
    • Constructor Detail

      • QuotedFileContent

        public QuotedFileContent()
    • Method Detail

      • getMimeType

        public String getMimeType()
        The MIME type of the quoted content.
        Returns:
        value or null for none
      • setMimeType

        public Comment.QuotedFileContent setMimeType(String mimeType)
        The MIME type of the quoted content.
        Parameters:
        mimeType - mimeType or null for none
      • getValue

        public String getValue()
        The quoted content itself. This is interpreted as plain text if set through the API.
        Returns:
        value or null for none
      • setValue

        public Comment.QuotedFileContent setValue(String value)
        The quoted content itself. This is interpreted as plain text if set through the API.
        Parameters:
        value - value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy