Uses of Class
com.oracle.bmc.devops.model.CreateOrUpdateProtectedBranchDetails
-
Packages that use CreateOrUpdateProtectedBranchDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of CreateOrUpdateProtectedBranchDetails in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return CreateOrUpdateProtectedBranchDetails Modifier and Type Method Description CreateOrUpdateProtectedBranchDetails
CreateOrUpdateProtectedBranchDetails.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type CreateOrUpdateProtectedBranchDetails Modifier and Type Method Description CreateOrUpdateProtectedBranchDetails.Builder
CreateOrUpdateProtectedBranchDetails.Builder. copy(CreateOrUpdateProtectedBranchDetails model)
-
Uses of CreateOrUpdateProtectedBranchDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return CreateOrUpdateProtectedBranchDetails Modifier and Type Method Description CreateOrUpdateProtectedBranchDetails
CreateOrUpdateProtectedBranchRequest. getBody$()
Alternative accessor for the body parameter.CreateOrUpdateProtectedBranchDetails
CreateOrUpdateProtectedBranchRequest. getCreateOrUpdateProtectedBranchDetails()
Details for a protected branchMethods in com.oracle.bmc.devops.requests with parameters of type CreateOrUpdateProtectedBranchDetails Modifier and Type Method Description CreateOrUpdateProtectedBranchRequest.Builder
CreateOrUpdateProtectedBranchRequest.Builder. body$(CreateOrUpdateProtectedBranchDetails body)
Alternative setter for the body parameter.CreateOrUpdateProtectedBranchRequest.Builder
CreateOrUpdateProtectedBranchRequest.Builder. createOrUpdateProtectedBranchDetails(CreateOrUpdateProtectedBranchDetails createOrUpdateProtectedBranchDetails)
Details for a protected branch
-