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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetRefResponse.Builder
__httpStatusCode__(int __httpStatusCode__)
GetRefResponse
build()
Build the response object.GetRefResponse.Builder
copy(GetRefResponse o)
Copy method to populate the builder with values from the given instance.GetRefResponse.Builder
etag(String etag)
For optimistic concurrency control.GetRefResponse.Builder
headers(Map<String,List<String>> headers)
GetRefResponse.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.GetRefResponse.Builder
repositoryRef(RepositoryRef repositoryRef)
The returned RepositoryRef instance.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 ‘/’.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public GetRefResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<GetRefResponse>
-
headers
public GetRefResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<GetRefResponse>
-
etag
public GetRefResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag
- the value to set- Returns:
- this builder
-
opcRequestId
public 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
-
sunset
public 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
-
repositoryRef
public GetRefResponse.Builder repositoryRef(RepositoryRef repositoryRef)
The returned RepositoryRef instance.- Parameters:
repositoryRef
- the value to set- Returns:
- this builder
-
copy
public GetRefResponse.Builder copy(GetRefResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<GetRefResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetRefResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<GetRefResponse>
- Returns:
- the response object
-
-