public static interface ListSourceRepositoryBranchesItem.Builder extends SdkPojo, CopyableBuilder<ListSourceRepositoryBranchesItem.Builder,ListSourceRepositoryBranchesItem>
| Modifier and Type | Method and Description |
|---|---|
ListSourceRepositoryBranchesItem.Builder |
headCommitId(String headCommitId)
The commit ID of the tip of the branch at the time of the request, also known as the head commit.
|
ListSourceRepositoryBranchesItem.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
|
ListSourceRepositoryBranchesItem.Builder |
name(String name)
The name of the branch.
|
ListSourceRepositoryBranchesItem.Builder |
ref(String ref)
The Git reference name of the branch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListSourceRepositoryBranchesItem.Builder ref(String ref)
The Git reference name of the branch.
ref - The Git reference name of the branch.ListSourceRepositoryBranchesItem.Builder name(String name)
The name of the branch.
name - The name of the branch.ListSourceRepositoryBranchesItem.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
lastUpdatedTime - The time the branch was last updated, in coordinated universal time (UTC) timestamp format as
specified in RFC 3339.ListSourceRepositoryBranchesItem.Builder headCommitId(String headCommitId)
The commit ID of the tip of the branch at the time of the request, also known as the head commit.
headCommitId - The commit ID of the tip of the branch at the time of the request, also known as the head commit.Copyright © 2023. All rights reserved.