Uses of Class
com.oracle.bmc.devops.responses.GetRefResponse
-
Packages that use GetRefResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetRefResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetRefResponse 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 ‘/’.GetRefResponse
DevopsClient. getRef(GetRefRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetRefResponse 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)
Method parameters in com.oracle.bmc.devops with type arguments of type GetRefResponse 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 GetRefResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetRefResponse Modifier and Type Method Description GetRefResponse
GetRefResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetRefResponse Modifier and Type Method Description GetRefResponse.Builder
GetRefResponse.Builder. copy(GetRefResponse o)
Copy method to populate the builder with values from the given instance.
-