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