public static class DeleteRefResponse.Builder extends Object implements BmcResponse.Builder<DeleteRefResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeleteRefResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
DeleteRefResponse |
build()
Build the response object.
|
DeleteRefResponse.Builder |
copy(DeleteRefResponse o)
Copy method to populate the builder with values from the given instance.
|
DeleteRefResponse.Builder |
headers(Map<String,List<String>> headers) |
DeleteRefResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
DeleteRefResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
DeleteRefResponse.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 ‘/’.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public DeleteRefResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<DeleteRefResponse>
public DeleteRefResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<DeleteRefResponse>
public DeleteRefResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
opcWorkRequestId
- the value to setpublic DeleteRefResponse.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.
opcRequestId
- the value to setpublic DeleteRefResponse.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}/actions/deleteGitRef”.
sunset
- the value to setpublic DeleteRefResponse.Builder copy(DeleteRefResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<DeleteRefResponse>
o
- other request from which to copy valuespublic DeleteRefResponse build()
Build the response object.
build
in interface BmcResponse.Builder<DeleteRefResponse>
Copyright © 2016–2024. All rights reserved.