Interface MergeOperations.Builder

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

public static interface MergeOperations.Builder extends SdkPojo, CopyableBuilder<MergeOperations.Builder,MergeOperations>
  • Method Details

    • source

      The operation (add, modify, or delete) on a file in the source of a merge or pull request.

      Parameters:
      source - The operation (add, modify, or delete) on 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 operation (add, modify, or delete) on a file in the source of a merge or pull request.

      Parameters:
      source - The operation (add, modify, or delete) on 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

      MergeOperations.Builder destination(String destination)

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

      Parameters:
      destination - The operation on 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

      MergeOperations.Builder destination(ChangeTypeEnum destination)

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

      Parameters:
      destination - The operation on 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: