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

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







FileList (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class FileList

    • Constructor Detail

      • FileList

        public FileList()
    • Method Detail

      • getEtag

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

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

        public Boolean getIncompleteSearch()
        Whether the search process was incomplete. If true, then some search results may be missing, since all documents were not searched. This may occur when searching multiple Team Drives with the "default,allTeamDrives" corpora, but all corpora could not be searched. When this happens, it is suggested that clients narrow their query by choosing a different corpus such as "default" or "teamDrive".
        Returns:
        value or null for none
      • setIncompleteSearch

        public FileList setIncompleteSearch(Boolean incompleteSearch)
        Whether the search process was incomplete. If true, then some search results may be missing, since all documents were not searched. This may occur when searching multiple Team Drives with the "default,allTeamDrives" corpora, but all corpora could not be searched. When this happens, it is suggested that clients narrow their query by choosing a different corpus such as "default" or "teamDrive".
        Parameters:
        incompleteSearch - incompleteSearch or null for none
      • getItems

        public List<File> getItems()
        The list of files. 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 FileList setItems(List<File> items)
        The list of files. 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#fileList.
        Returns:
        value or null for none
      • setKind

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

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

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

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

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

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