Interface GetResourcesResponse.Builder

    • Method Detail

      • folders

        GetResourcesResponse.Builder folders​(Collection<FolderMetadata> folders)

        The folders in the specified folder.

        Parameters:
        folders - The folders in the specified folder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • folders

        GetResourcesResponse.Builder folders​(FolderMetadata... folders)

        The folders in the specified folder.

        Parameters:
        folders - The folders in the specified folder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • documents

        GetResourcesResponse.Builder documents​(Collection<DocumentMetadata> documents)

        The documents in the specified collection.

        Parameters:
        documents - The documents in the specified collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • documents

        GetResourcesResponse.Builder documents​(DocumentMetadata... documents)

        The documents in the specified collection.

        Parameters:
        documents - The documents in the specified collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        GetResourcesResponse.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.