Interface FileModes.Builder

  • Method Details

    • source

      FileModes.Builder source(String source)

      The file mode of a file in the source of a merge or pull request.

      Parameters:
      source - The file mode of a file in the source of a merge or pull request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • source

      The file mode of a file in the source of a merge or pull request.

      Parameters:
      source - The file mode of a file in the source of a merge or pull request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destination

      FileModes.Builder destination(String destination)

      The file mode of a file in the destination of a merge or pull request.

      Parameters:
      destination - The file mode of a file in the destination of a merge or pull request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destination

      FileModes.Builder destination(FileModeTypeEnum destination)

      The file mode of a file in the destination of a merge or pull request.

      Parameters:
      destination - The file mode of a file in the destination of a merge or pull request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • base

      The file mode of a file in the base of a merge or pull request.

      Parameters:
      base - The file mode of a file in the base of a merge or pull request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • base

      The file mode of a file in the base of a merge or pull request.

      Parameters:
      base - The file mode of a file in the base of a merge or pull request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: