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

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







CommentList (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class CommentList

    • Constructor Detail

      • CommentList

        public CommentList()
    • Method Detail

      • getItems

        public List<Comment> getItems()
        The list of comments. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
        Returns:
        value or null for none
      • setItems

        public CommentList setItems(List<Comment> items)
        The list of comments. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
        Parameters:
        items - items or null for none
      • getKind

        public String getKind()
        This is always drive#commentList.
        Returns:
        value or null for none
      • setKind

        public CommentList setKind(String kind)
        This is always drive#commentList.
        Parameters:
        kind - kind or null for none
      • getNextLink

        public String getNextLink()
        A link to the next page of comments.
        Returns:
        value or null for none
      • setNextLink

        public CommentList setNextLink(String nextLink)
        A link to the next page of comments.
        Parameters:
        nextLink - nextLink or null for none
      • getNextPageToken

        public String getNextPageToken()
        The page token for the next page of comments. This will be absent if the end of the comments list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
        Returns:
        value or null for none
      • setNextPageToken

        public CommentList setNextPageToken(String nextPageToken)
        The page token for the next page of comments. This will be absent if the end of the comments list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
        Parameters:
        nextPageToken - nextPageToken or null for none
      • getSelfLink

        public String getSelfLink()
        A link back to this list.
        Returns:
        value or null for none
      • setSelfLink

        public CommentList setSelfLink(String selfLink)
        A link back to this list.
        Parameters:
        selfLink - selfLink or null for none
      • set

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

        public CommentList 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