Uses of Class
com.oracle.bmc.devops.requests.DeleteRefRequest
-
Packages that use DeleteRefRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of DeleteRefRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type DeleteRefRequest Modifier and Type Method Description DeleteRefResponse
Devops. deleteRef(DeleteRefRequest request)
Deletes a Repository’s Ref by its name.Future<DeleteRefResponse>
DevopsAsync. deleteRef(DeleteRefRequest request, AsyncHandler<DeleteRefRequest,DeleteRefResponse> handler)
Deletes a Repository’s Ref by its name.Future<DeleteRefResponse>
DevopsAsyncClient. deleteRef(DeleteRefRequest request, AsyncHandler<DeleteRefRequest,DeleteRefResponse> handler)
DeleteRefResponse
DevopsClient. deleteRef(DeleteRefRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type DeleteRefRequest Modifier and Type Method Description Future<DeleteRefResponse>
DevopsAsync. deleteRef(DeleteRefRequest request, AsyncHandler<DeleteRefRequest,DeleteRefResponse> handler)
Deletes a Repository’s Ref by its name.Future<DeleteRefResponse>
DevopsAsyncClient. deleteRef(DeleteRefRequest request, AsyncHandler<DeleteRefRequest,DeleteRefResponse> handler)
-
Uses of DeleteRefRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeleteRefRequest Modifier and Type Method Description DeleteRefRequest
DeleteRefRequest.Builder. build()
Build the instance of DeleteRefRequest as configured by this builderDeleteRefRequest
DeleteRefRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteRefRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type DeleteRefRequest Modifier and Type Method Description DeleteRefRequest.Builder
DeleteRefRequest.Builder. copy(DeleteRefRequest o)
Copy method to populate the builder with values from the given instance.
-