Uses of Class
com.oracle.bmc.devops.model.PutRepositoryRefDetails
- 
Packages that use PutRepositoryRefDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests 
- 
- 
Uses of PutRepositoryRefDetails in com.oracle.bmc.devops.modelSubclasses of PutRepositoryRefDetails in com.oracle.bmc.devops.model Modifier and Type Class Description classPutRepositoryBranchDetailsThe information needed to create a branch.classPutRepositoryTagDetailsThe information needed to create a lightweight tag.
- 
Uses of PutRepositoryRefDetails in com.oracle.bmc.devops.requestsMethods in com.oracle.bmc.devops.requests that return PutRepositoryRefDetails Modifier and Type Method Description PutRepositoryRefDetailsPutRepositoryRefRequest. getBody$()Alternative accessor for the body parameter.PutRepositoryRefDetailsPutRepositoryRefRequest. getPutRepositoryRefDetails()The information to create a reference with the type specified in the query.Methods in com.oracle.bmc.devops.requests with parameters of type PutRepositoryRefDetails Modifier and Type Method Description PutRepositoryRefRequest.BuilderPutRepositoryRefRequest.Builder. body$(PutRepositoryRefDetails body)Alternative setter for the body parameter.PutRepositoryRefRequest.BuilderPutRepositoryRefRequest.Builder. putRepositoryRefDetails(PutRepositoryRefDetails putRepositoryRefDetails)The information to create a reference with the type specified in the query.
 
-