Interface BranchFilter.Builder

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

@Mutable @NotThreadSafe public static interface BranchFilter.Builder extends SdkPojo, CopyableBuilder<BranchFilter.Builder,BranchFilter>
  • Method Details

    • name

      The name of the branch to filter by.

      Parameters:
      name - The name of the branch to filter by.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeParentBranches

      BranchFilter.Builder includeParentBranches(Boolean includeParentBranches)

      Specifies whether to include parent branches in the results. Set to true to include parent branches, or false to exclude them.

      Parameters:
      includeParentBranches - Specifies whether to include parent branches in the results. Set to true to include parent branches, or false to exclude them.
      Returns:
      Returns a reference to this object so that method calls can be chained together.