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