public static class ForkSyncStatusSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ForkSyncStatusSummary.Builder |
branchName(String branchName)
The branch in the child repository we are checking the sync status of.
|
ForkSyncStatusSummary |
build() |
ForkSyncStatusSummary.Builder |
copy(ForkSyncStatusSummary model) |
ForkSyncStatusSummary.Builder |
repositoryId(String repositoryId)
The OCID of the child repository.
|
ForkSyncStatusSummary.Builder |
syncStatus(ForkSyncStatusSummary.SyncStatus syncStatus)
Sync status for the provided branch.
|
public ForkSyncStatusSummary.Builder syncStatus(ForkSyncStatusSummary.SyncStatus syncStatus)
Sync status for the provided branch.
syncStatus
- the value to setpublic ForkSyncStatusSummary.Builder repositoryId(String repositoryId)
The OCID of the child repository.
repositoryId
- the value to setpublic ForkSyncStatusSummary.Builder branchName(String branchName)
The branch in the child repository we are checking the sync status of.
branchName
- the value to setpublic ForkSyncStatusSummary build()
public ForkSyncStatusSummary.Builder copy(ForkSyncStatusSummary model)
Copyright © 2016–2024. All rights reserved.