Interface FileModes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FileModes.Builder,FileModes>, SdkBuilder<FileModes.Builder,FileModes>, SdkPojo
Enclosing class:
FileModes

public static interface FileModes.Builder extends SdkPojo, CopyableBuilder<FileModes.Builder,FileModes>
  • 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: