Interface File.Builder

    • Method Detail

      • blobId

        File.Builder blobId​(String blobId)

        The blob ID that contains the file information.

        Parameters:
        blobId - The blob ID that contains the file information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • absolutePath

        File.Builder absolutePath​(String absolutePath)

        The fully qualified path to the file in the repository.

        Parameters:
        absolutePath - The fully qualified path to the file in the repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relativePath

        File.Builder relativePath​(String relativePath)

        The relative path of the file from the folder where the query originated.

        Parameters:
        relativePath - The relative path of the file from the folder where the query originated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileMode

        File.Builder fileMode​(String fileMode)

        The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

        Parameters:
        fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileModeTypeEnum, FileModeTypeEnum
      • fileMode

        File.Builder fileMode​(FileModeTypeEnum fileMode)

        The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

        Parameters:
        fileMode - The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileModeTypeEnum, FileModeTypeEnum