Package com.oracle.bmc.devops.model
Class CreateOrUpdateGitBranchDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.CreateOrUpdateGitBranchDetails.Builder
-
- Enclosing class:
- CreateOrUpdateGitBranchDetails
public static class CreateOrUpdateGitBranchDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateOrUpdateGitBranchDetails
build()
CreateOrUpdateGitBranchDetails.Builder
commitId(String commitId)
Commit ID pointed to by the new branch.CreateOrUpdateGitBranchDetails.Builder
copy(CreateOrUpdateGitBranchDetails model)
CreateOrUpdateGitBranchDetails.Builder
refName(String refName)
-
-
-
Method Detail
-
refName
public CreateOrUpdateGitBranchDetails.Builder refName(String refName)
-
commitId
public CreateOrUpdateGitBranchDetails.Builder commitId(String commitId)
Commit ID pointed to by the new branch.- Parameters:
commitId
- the value to set- Returns:
- this builder
-
build
public CreateOrUpdateGitBranchDetails build()
-
copy
public CreateOrUpdateGitBranchDetails.Builder copy(CreateOrUpdateGitBranchDetails model)
-
-