Uses of Class
com.oracle.bmc.devops.model.PullRequestAuthorSummary
-
Packages that use PullRequestAuthorSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of PullRequestAuthorSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type PullRequestAuthorSummary Modifier and Type Method Description Iterable<PullRequestAuthorSummary>
DevopsPaginators. listPullRequestAuthorsRecordIterator(ListPullRequestAuthorsRequest request)
Creates a new iterable which will iterate over thePullRequestAuthorSummary
objects contained in responses from the listPullRequestAuthors operation. -
Uses of PullRequestAuthorSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestAuthorSummary Modifier and Type Method Description PullRequestAuthorSummary
PullRequestAuthorSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type PullRequestAuthorSummary Modifier and Type Method Description List<PullRequestAuthorSummary>
PullRequestAuthorCollection. getItems()
List of authors who has ever created PR before.Methods in com.oracle.bmc.devops.model with parameters of type PullRequestAuthorSummary Modifier and Type Method Description PullRequestAuthorSummary.Builder
PullRequestAuthorSummary.Builder. copy(PullRequestAuthorSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestAuthorSummary Modifier and Type Method Description PullRequestAuthorCollection.Builder
PullRequestAuthorCollection.Builder. items(List<PullRequestAuthorSummary> items)
List of authors who has ever created PR before.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestAuthorSummary Constructor Description PullRequestAuthorCollection(List<PullRequestAuthorSummary> items)
Deprecated.
-