public static interface IsBinaryFile.Builder extends SdkPojo, CopyableBuilder<IsBinaryFile.Builder,IsBinaryFile>
| Modifier and Type | Method and Description |
|---|---|
IsBinaryFile.Builder |
base(Boolean base)
The binary or non-binary status of a file in the base of a merge or pull request.
|
IsBinaryFile.Builder |
destination(Boolean destination)
The binary or non-binary status of a file in the destination of a merge or pull request.
|
IsBinaryFile.Builder |
source(Boolean source)
The binary or non-binary status of file in the source of a merge or pull request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIsBinaryFile.Builder source(Boolean source)
The binary or non-binary status of file in the source of a merge or pull request.
source - The binary or non-binary status of file in the source of a merge or pull request.IsBinaryFile.Builder destination(Boolean destination)
The binary or non-binary status of a file in the destination of a merge or pull request.
destination - The binary or non-binary status of a file in the destination of a merge or pull request.IsBinaryFile.Builder base(Boolean base)
The binary or non-binary status of a file in the base of a merge or pull request.
base - The binary or non-binary status of a file in the base of a merge or pull request.Copyright © 2021. All rights reserved.