Uses of Class
com.oracle.bmc.devops.model.CommitAnalyticsAuthorCollection
-
Packages that use CommitAnalyticsAuthorCollection Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of CommitAnalyticsAuthorCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return CommitAnalyticsAuthorCollection Modifier and Type Method Description CommitAnalyticsAuthorCollection
CommitAnalyticsAuthorCollection.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type CommitAnalyticsAuthorCollection Modifier and Type Method Description CommitAnalyticsAuthorCollection.Builder
CommitAnalyticsAuthorCollection.Builder. copy(CommitAnalyticsAuthorCollection model)
-
Uses of CommitAnalyticsAuthorCollection in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return CommitAnalyticsAuthorCollection Modifier and Type Method Description CommitAnalyticsAuthorCollection
ListProjectCommitAnalyticsAuthorsResponse. getCommitAnalyticsAuthorCollection()
The returned CommitAnalyticsAuthorCollection instance.CommitAnalyticsAuthorCollection
ListRepositoryCommitAnalyticsAuthorsResponse. getCommitAnalyticsAuthorCollection()
The returned CommitAnalyticsAuthorCollection instance.Methods in com.oracle.bmc.devops.responses with parameters of type CommitAnalyticsAuthorCollection Modifier and Type Method Description ListProjectCommitAnalyticsAuthorsResponse.Builder
ListProjectCommitAnalyticsAuthorsResponse.Builder. commitAnalyticsAuthorCollection(CommitAnalyticsAuthorCollection commitAnalyticsAuthorCollection)
The returned CommitAnalyticsAuthorCollection instance.ListRepositoryCommitAnalyticsAuthorsResponse.Builder
ListRepositoryCommitAnalyticsAuthorsResponse.Builder. commitAnalyticsAuthorCollection(CommitAnalyticsAuthorCollection commitAnalyticsAuthorCollection)
The returned CommitAnalyticsAuthorCollection instance.
-