Package com.oracle.bmc.devops.model
Class RepositoryBranchSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.RepositoryBranchSummary.Builder
 
- 
- Enclosing class:
- RepositoryBranchSummary
 
 public static class RepositoryBranchSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryBranchSummarybuild()RepositoryBranchSummary.BuildercommitId(String commitId)Commit ID pointed to by the new branch.RepositoryBranchSummary.Buildercopy(RepositoryBranchSummary model)RepositoryBranchSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)RepositoryBranchSummary.BuilderfreeformTags(Map<String,String> freeformTags)RepositoryBranchSummary.BuilderfullRefName(String fullRefName)RepositoryBranchSummary.BuilderrefName(String refName)RepositoryBranchSummary.BuilderrepositoryId(String repositoryId)RepositoryBranchSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)
 
- 
- 
- 
Method Detail- 
refNamepublic RepositoryBranchSummary.Builder refName(String refName) 
 - 
fullRefNamepublic RepositoryBranchSummary.Builder fullRefName(String fullRefName) 
 - 
repositoryIdpublic RepositoryBranchSummary.Builder repositoryId(String repositoryId) 
 - 
freeformTagspublic RepositoryBranchSummary.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic RepositoryBranchSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic RepositoryBranchSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
commitIdpublic RepositoryBranchSummary.Builder commitId(String commitId) Commit ID pointed to by the new branch.- Parameters:
- commitId- the value to set
- Returns:
- this builder
 
 - 
buildpublic RepositoryBranchSummary build() 
 - 
copypublic RepositoryBranchSummary.Builder copy(RepositoryBranchSummary model) 
 
- 
 
-