Uses of Class
com.oracle.bmc.devops.model.DeleteProtectedBranchDetails
- 
Packages that use DeleteProtectedBranchDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests 
- 
- 
Uses of DeleteProtectedBranchDetails in com.oracle.bmc.devops.modelMethods in com.oracle.bmc.devops.model that return DeleteProtectedBranchDetails Modifier and Type Method Description DeleteProtectedBranchDetailsDeleteProtectedBranchDetails.Builder. build()Methods in com.oracle.bmc.devops.model with parameters of type DeleteProtectedBranchDetails Modifier and Type Method Description DeleteProtectedBranchDetails.BuilderDeleteProtectedBranchDetails.Builder. copy(DeleteProtectedBranchDetails model)
- 
Uses of DeleteProtectedBranchDetails in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return DeleteProtectedBranchDetails Modifier and Type Method Description DeleteProtectedBranchDetailsDeleteProtectedBranchRequest. getBody$()Alternative accessor for the body parameter.DeleteProtectedBranchDetailsDeleteProtectedBranchRequest. getDeleteProtectedBranchDetails()Details for a protected branchMethods in com.oracle.bmc.devops.requests with parameters of type DeleteProtectedBranchDetails Modifier and Type Method Description DeleteProtectedBranchRequest.BuilderDeleteProtectedBranchRequest.Builder. body$(DeleteProtectedBranchDetails body)Alternative setter for the body parameter.DeleteProtectedBranchRequest.BuilderDeleteProtectedBranchRequest.Builder. deleteProtectedBranchDetails(DeleteProtectedBranchDetails deleteProtectedBranchDetails)Details for a protected branch
 
-