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

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







Comment.Context (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class Comment.Context

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


    public static final class Comment.Context
    extends com.google.api.client.json.GenericJson
    The context of the file which is being commented on.
    • Constructor Detail

      • Context

        public Context()
    • Method Detail

      • getType

        public String getType()
        The MIME type of the context snippet.
        Returns:
        value or null for none
      • setType

        public Comment.Context setType(String type)
        The MIME type of the context snippet.
        Parameters:
        type - type or null for none
      • getValue

        public String getValue()
        Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about.
        Returns:
        value or null for none
      • setValue

        public Comment.Context setValue(String value)
        Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about.
        Parameters:
        value - value or null for none
      • clone

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

Copyright © 2011–2018 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy