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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtectedBranchCollection
build()
ProtectedBranchCollection.Builder
copy(ProtectedBranchCollection model)
ProtectedBranchCollection.Builder
items(List<ProtectedBranchSummary> items)
List of objects describing protected branches
-
-
-
Method Detail
-
items
public ProtectedBranchCollection.Builder items(List<ProtectedBranchSummary> items)
List of objects describing protected branches- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public ProtectedBranchCollection build()
-
copy
public ProtectedBranchCollection.Builder copy(ProtectedBranchCollection model)
-
-