Package com.oracle.bmc.devops.model
Class PullRequestFileChangeCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.PullRequestFileChangeCollection.Builder
-
- Enclosing class:
- PullRequestFileChangeCollection
public static class PullRequestFileChangeCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PullRequestFileChangeCollection
build()
PullRequestFileChangeCollection.Builder
copy(PullRequestFileChangeCollection model)
PullRequestFileChangeCollection.Builder
items(List<PullRequestFileChangeSummary> items)
List of objects describing Pull Request differences for changed files.
-
-
-
Method Detail
-
items
public PullRequestFileChangeCollection.Builder items(List<PullRequestFileChangeSummary> items)
List of objects describing Pull Request differences for changed files.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public PullRequestFileChangeCollection build()
-
copy
public PullRequestFileChangeCollection.Builder copy(PullRequestFileChangeCollection model)
-
-