public static interface Branch.Builder extends SdkPojo, CopyableBuilder<Branch.Builder,Branch>
| Modifier and Type | Method and Description |
|---|---|
Branch.Builder |
comment(String comment)
A comment in addition to the description.
|
Branch.Builder |
deprecationMessage(String deprecationMessage)
The deprecation message for the node or the branch that was moved or deleted.
|
Branch.Builder |
description(String description)
A brief description of the branch.
|
Branch.Builder |
fullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the branch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBranch.Builder fullyQualifiedName(String fullyQualifiedName)
The fully qualified name of the branch. For example, the fully qualified name of a branch might be
Vehicle.Body.Engine.
fullyQualifiedName - The fully qualified name of the branch. For example, the fully qualified name of a branch might be
Vehicle.Body.Engine.Branch.Builder description(String description)
A brief description of the branch.
description - A brief description of the branch.Branch.Builder deprecationMessage(String deprecationMessage)
The deprecation message for the node or the branch that was moved or deleted.
deprecationMessage - The deprecation message for the node or the branch that was moved or deleted.Branch.Builder comment(String comment)
A comment in addition to the description.
comment - A comment in addition to the description.Copyright © 2023. All rights reserved.