Package com.oracle.bmc.devops.model
Class PullRequestCommentCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.PullRequestCommentCollection.Builder
-
- Enclosing class:
- PullRequestCommentCollection
public static class PullRequestCommentCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PullRequestCommentCollection
build()
PullRequestCommentCollection.Builder
copy(PullRequestCommentCollection model)
PullRequestCommentCollection.Builder
items(List<PullRequestCommentSummary> items)
List of pullRequest comment objects.
-
-
-
Method Detail
-
items
public PullRequestCommentCollection.Builder items(List<PullRequestCommentSummary> items)
List of pullRequest comment objects.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public PullRequestCommentCollection build()
-
copy
public PullRequestCommentCollection.Builder copy(PullRequestCommentCollection model)
-
-