public static class PullRequestFileChangeCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PullRequestFileChangeCollection |
build() |
PullRequestFileChangeCollection.Builder |
copy(PullRequestFileChangeCollection model) |
PullRequestFileChangeCollection.Builder |
items(List<PullRequestFileChangeSummary> items)
List of objects describing Pull Request differences for changed files.
|
public PullRequestFileChangeCollection.Builder items(List<PullRequestFileChangeSummary> items)
List of objects describing Pull Request differences for changed files.
items
- the value to setpublic PullRequestFileChangeCollection build()
public PullRequestFileChangeCollection.Builder copy(PullRequestFileChangeCollection model)
Copyright © 2016–2024. All rights reserved.