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.model
Methods in com.oracle.bmc.devops.model that return DeleteProtectedBranchDetails Modifier and Type Method Description DeleteProtectedBranchDetails
DeleteProtectedBranchDetails.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type DeleteProtectedBranchDetails Modifier and Type Method Description DeleteProtectedBranchDetails.Builder
DeleteProtectedBranchDetails.Builder. copy(DeleteProtectedBranchDetails model)
-
Uses of DeleteProtectedBranchDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeleteProtectedBranchDetails Modifier and Type Method Description DeleteProtectedBranchDetails
DeleteProtectedBranchRequest. getBody$()
Alternative accessor for the body parameter.DeleteProtectedBranchDetails
DeleteProtectedBranchRequest. getDeleteProtectedBranchDetails()
Details for a protected branchMethods in com.oracle.bmc.devops.requests with parameters of type DeleteProtectedBranchDetails Modifier and Type Method Description DeleteProtectedBranchRequest.Builder
DeleteProtectedBranchRequest.Builder. body$(DeleteProtectedBranchDetails body)
Alternative setter for the body parameter.DeleteProtectedBranchRequest.Builder
DeleteProtectedBranchRequest.Builder. deleteProtectedBranchDetails(DeleteProtectedBranchDetails deleteProtectedBranchDetails)
Details for a protected branch
-