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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RepositoryBranchSummary
build()
RepositoryBranchSummary.Builder
commitId(String commitId)
Commit ID pointed to by the new branch.RepositoryBranchSummary.Builder
copy(RepositoryBranchSummary model)
RepositoryBranchSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
RepositoryBranchSummary.Builder
freeformTags(Map<String,String> freeformTags)
RepositoryBranchSummary.Builder
fullRefName(String fullRefName)
RepositoryBranchSummary.Builder
refName(String refName)
RepositoryBranchSummary.Builder
repositoryId(String repositoryId)
RepositoryBranchSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
-
-
-
Method Detail
-
refName
public RepositoryBranchSummary.Builder refName(String refName)
-
fullRefName
public RepositoryBranchSummary.Builder fullRefName(String fullRefName)
-
repositoryId
public RepositoryBranchSummary.Builder repositoryId(String repositoryId)
-
freeformTags
public RepositoryBranchSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public RepositoryBranchSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public RepositoryBranchSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
commitId
public RepositoryBranchSummary.Builder commitId(String commitId)
Commit ID pointed to by the new branch.- Parameters:
commitId
- the value to set- Returns:
- this builder
-
build
public RepositoryBranchSummary build()
-
copy
public RepositoryBranchSummary.Builder copy(RepositoryBranchSummary model)
-
-