Interface IsBinaryFile.Builder

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

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

    • 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

      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.