Uses of Class
com.oracle.bmc.devops.model.RepositoryRefCollection
-
Packages that use RepositoryRefCollection Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of RepositoryRefCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return RepositoryRefCollection Modifier and Type Method Description RepositoryRefCollection
RepositoryRefCollection.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type RepositoryRefCollection Modifier and Type Method Description RepositoryRefCollection.Builder
RepositoryRefCollection.Builder. copy(RepositoryRefCollection model)
-
Uses of RepositoryRefCollection in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return RepositoryRefCollection Modifier and Type Method Description RepositoryRefCollection
ListRefsResponse. getRepositoryRefCollection()
The returned RepositoryRefCollection instance.Methods in com.oracle.bmc.devops.responses with parameters of type RepositoryRefCollection Modifier and Type Method Description ListRefsResponse.Builder
ListRefsResponse.Builder. repositoryRefCollection(RepositoryRefCollection repositoryRefCollection)
The returned RepositoryRefCollection instance.
-