Package com.oracle.bmc.devops.model
Class ProtectedBranchCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.ProtectedBranchCollection.Builder
 
- 
- Enclosing class:
- ProtectedBranchCollection
 
 public static class ProtectedBranchCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtectedBranchCollectionbuild()ProtectedBranchCollection.Buildercopy(ProtectedBranchCollection model)ProtectedBranchCollection.Builderitems(List<ProtectedBranchSummary> items)List of objects describing protected branches
 
- 
- 
- 
Method Detail- 
itemspublic ProtectedBranchCollection.Builder items(List<ProtectedBranchSummary> items) List of objects describing protected branches- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic ProtectedBranchCollection build() 
 - 
copypublic ProtectedBranchCollection.Builder copy(ProtectedBranchCollection model) 
 
- 
 
-