Uses of Class
com.oracle.bmc.devops.requests.GetRefRequest
-
Packages that use GetRefRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of GetRefRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type GetRefRequest Modifier and Type Method Description GetRefResponse
Devops. getRef(GetRefRequest request)
This API will be deprecated on Wed, 12 June 2024 01:00:00 GMT as it does not get recognized when refName has ‘/’.Future<GetRefResponse>
DevopsAsync. getRef(GetRefRequest request, AsyncHandler<GetRefRequest,GetRefResponse> handler)
This API will be deprecated on Wed, 12 June 2024 01:00:00 GMT as it does not get recognized when refName has ‘/’.Future<GetRefResponse>
DevopsAsyncClient. getRef(GetRefRequest request, AsyncHandler<GetRefRequest,GetRefResponse> handler)
GetRefResponse
DevopsClient. getRef(GetRefRequest request)
Method parameters in com.oracle.bmc.devops with type arguments of type GetRefRequest Modifier and Type Method Description Future<GetRefResponse>
DevopsAsync. getRef(GetRefRequest request, AsyncHandler<GetRefRequest,GetRefResponse> handler)
This API will be deprecated on Wed, 12 June 2024 01:00:00 GMT as it does not get recognized when refName has ‘/’.Future<GetRefResponse>
DevopsAsyncClient. getRef(GetRefRequest request, AsyncHandler<GetRefRequest,GetRefResponse> handler)
-
Uses of GetRefRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetRefRequest Modifier and Type Method Description GetRefRequest
GetRefRequest.Builder. build()
Build the instance of GetRefRequest as configured by this builderGetRefRequest
GetRefRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRefRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type GetRefRequest Modifier and Type Method Description GetRefRequest.Builder
GetRefRequest.Builder. copy(GetRefRequest o)
Copy method to populate the builder with values from the given instance.
-