Interface IsBinaryFile.Builder

    • Method Detail

      • source

        IsBinaryFile.Builder source​(Boolean source)

        The binary or non-binary status of file in the source of a merge or pull request.

        Parameters:
        source - The binary or non-binary status of 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.
      • destination

        IsBinaryFile.Builder destination​(Boolean destination)

        The binary or non-binary status of a file in the destination of a merge or pull request.

        Parameters:
        destination - The binary or non-binary status 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.
      • base

        IsBinaryFile.Builder base​(Boolean base)

        The binary or non-binary status of a file in the base of a merge or pull request.

        Parameters:
        base - The binary or non-binary status 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.