Uses of Class
com.oracle.bmc.devops.responses.GetObjectResponse
-
Packages that use GetObjectResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of GetObjectResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return GetObjectResponse Modifier and Type Method Description GetObjectResponse
Devops. getObject(GetObjectRequest request)
Retrieves blob of specific branch name/commit ID and file path.GetObjectResponse
DevopsClient. getObject(GetObjectRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type GetObjectResponse Modifier and Type Method Description Future<GetObjectResponse>
DevopsAsync. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Retrieves blob of specific branch name/commit ID and file path.Future<GetObjectResponse>
DevopsAsyncClient. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Method parameters in com.oracle.bmc.devops with type arguments of type GetObjectResponse Modifier and Type Method Description Future<GetObjectResponse>
DevopsAsync. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
Retrieves blob of specific branch name/commit ID and file path.Future<GetObjectResponse>
DevopsAsyncClient. getObject(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResponse> handler)
-
Uses of GetObjectResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return GetObjectResponse Modifier and Type Method Description GetObjectResponse
GetObjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type GetObjectResponse Modifier and Type Method Description GetObjectResponse.Builder
GetObjectResponse.Builder. copy(GetObjectResponse o)
Copy method to populate the builder with values from the given instance.
-