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

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







RevisionList (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class RevisionList

    • Constructor Detail

      • RevisionList

        public RevisionList()
    • Method Detail

      • getEtag

        public String getEtag()
        The ETag of the list.
        Returns:
        value or null for none
      • setEtag

        public RevisionList setEtag(String etag)
        The ETag of the list.
        Parameters:
        etag - etag or null for none
      • getItems

        public List<Revision> getItems()
        The list of revisions. 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 RevisionList setItems(List<Revision> items)
        The list of revisions. 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#revisionList.
        Returns:
        value or null for none
      • setKind

        public RevisionList setKind(String kind)
        This is always drive#revisionList.
        Parameters:
        kind - kind or null for none
      • getNextPageToken

        public String getNextPageToken()
        The page token for the next page of revisions. This field will be absent if the end of the revisions 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 RevisionList setNextPageToken(String nextPageToken)
        The page token for the next page of revisions. This field will be absent if the end of the revisions 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 RevisionList setSelfLink(String selfLink)
        A link back to this list.
        Parameters:
        selfLink - selfLink or null for none
      • set

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

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