Interface SymbolicLink.Builder

    • Method Detail

      • blobId

        SymbolicLink.Builder blobId​(String blobId)

        The blob ID that contains the information about the symbolic link.

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

        SymbolicLink.Builder absolutePath​(String absolutePath)

        The fully qualified path to the folder that contains the symbolic link.

        Parameters:
        absolutePath - The fully qualified path to the folder that contains the symbolic link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relativePath

        SymbolicLink.Builder relativePath​(String relativePath)

        The relative path of the symbolic link from the folder where the query originated.

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

        SymbolicLink.Builder fileMode​(String fileMode)

        The file mode permissions of the blob that cotains information about the symbolic link.

        Parameters:
        fileMode - The file mode permissions of the blob that cotains information about the symbolic link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileModeTypeEnum, FileModeTypeEnum
      • fileMode

        SymbolicLink.Builder fileMode​(FileModeTypeEnum fileMode)

        The file mode permissions of the blob that cotains information about the symbolic link.

        Parameters:
        fileMode - The file mode permissions of the blob that cotains information about the symbolic link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileModeTypeEnum, FileModeTypeEnum