Interface SearchResourcesResponse.Builder

    • Method Detail

      • items

        SearchResourcesResponse.Builder items​(Collection<ResponseItem> items)

        List of Documents, Folders, Comments, and Document Versions matching the query.

        Parameters:
        items - List of Documents, Folders, Comments, and Document Versions matching the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        SearchResourcesResponse.Builder items​(ResponseItem... items)

        List of Documents, Folders, Comments, and Document Versions matching the query.

        Parameters:
        items - List of Documents, Folders, Comments, and Document Versions matching the query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        SearchResourcesResponse.Builder marker​(String marker)

        The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

        Parameters:
        marker - The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.