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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateOrUpdateGitBranchDetailsbuild()CreateOrUpdateGitBranchDetails.BuildercommitId(String commitId)Commit ID pointed to by the new branch.CreateOrUpdateGitBranchDetails.Buildercopy(CreateOrUpdateGitBranchDetails model)CreateOrUpdateGitBranchDetails.BuilderrefName(String refName)
 
- 
- 
- 
Method Detail- 
refNamepublic CreateOrUpdateGitBranchDetails.Builder refName(String refName) 
 - 
commitIdpublic CreateOrUpdateGitBranchDetails.Builder commitId(String commitId) Commit ID pointed to by the new branch.- Parameters:
- commitId- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateOrUpdateGitBranchDetails build() 
 - 
copypublic CreateOrUpdateGitBranchDetails.Builder copy(CreateOrUpdateGitBranchDetails model) 
 
- 
 
-