Package com.oracle.bmc.devops.responses
Class GetRefResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.responses.GetRefResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<GetRefResponse>
 - Enclosing class:
- GetRefResponse
 
 public static class GetRefResponse.Builder extends Object implements BmcResponse.Builder<GetRefResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRefResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetRefResponsebuild()Build the response object.GetRefResponse.Buildercopy(GetRefResponse o)Copy method to populate the builder with values from the given instance.GetRefResponse.Builderetag(String etag)For optimistic concurrency control.GetRefResponse.Builderheaders(Map<String,List<String>> headers)GetRefResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetRefResponse.BuilderrepositoryRef(RepositoryRef repositoryRef)The returned RepositoryRef instance.GetRefResponse.Buildersunset(String sunset)This API will be deprecated on Wed, 12 June 2024 01:00:00 GMT as it does not get recognized when refName has ‘/’.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public GetRefResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<GetRefResponse>
 
 - 
headerspublic GetRefResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<GetRefResponse>
 
 - 
etagpublic GetRefResponse.Builder etag(String etag) For optimistic concurrency control.See if-match. - Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic GetRefResponse.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
sunsetpublic GetRefResponse.Builder sunset(String sunset) This API will be deprecated on Wed, 12 June 2024 01:00:00 GMT as it does not get recognized when refName has ‘/’.This will be replaced by “/repositories/{repositoryId}/refs”. - Parameters:
- sunset- the value to set
- Returns:
- this builder
 
 - 
repositoryRefpublic GetRefResponse.Builder repositoryRef(RepositoryRef repositoryRef) The returned RepositoryRef instance.- Parameters:
- repositoryRef- the value to set
- Returns:
- this builder
 
 - 
copypublic GetRefResponse.Builder copy(GetRefResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<GetRefResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetRefResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<GetRefResponse>
- Returns:
- the response object
 
 
- 
 
-