public static class PullRequestAuthorCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PullRequestAuthorCollection |
build() |
PullRequestAuthorCollection.Builder |
copy(PullRequestAuthorCollection model) |
PullRequestAuthorCollection.Builder |
items(List<PullRequestAuthorSummary> items)
List of authors who has ever created PR before.
|
public PullRequestAuthorCollection.Builder items(List<PullRequestAuthorSummary> items)
List of authors who has ever created PR before.
items
- the value to setpublic PullRequestAuthorCollection build()
public PullRequestAuthorCollection.Builder copy(PullRequestAuthorCollection model)
Copyright © 2016–2024. All rights reserved.