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