public static class UnsubscribePullRequestResponse.Builder extends Object implements BmcResponse.Builder<UnsubscribePullRequestResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UnsubscribePullRequestResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UnsubscribePullRequestResponse |
build()
Build the response object.
|
UnsubscribePullRequestResponse.Builder |
contentLocation(String contentLocation)
Relative URL of the newly created resource.
|
UnsubscribePullRequestResponse.Builder |
copy(UnsubscribePullRequestResponse o)
Copy method to populate the builder with values from the given instance.
|
UnsubscribePullRequestResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UnsubscribePullRequestResponse.Builder |
headers(Map<String,List<String>> headers) |
UnsubscribePullRequestResponse.Builder |
inputStream(InputStream inputStream)
The returned
java.io.InputStream instance. |
UnsubscribePullRequestResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public UnsubscribePullRequestResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<UnsubscribePullRequestResponse>
public UnsubscribePullRequestResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<UnsubscribePullRequestResponse>
public UnsubscribePullRequestResponse.Builder contentLocation(String contentLocation)
Relative URL of the newly created resource.
contentLocation
- the value to setpublic UnsubscribePullRequestResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic UnsubscribePullRequestResponse.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 UnsubscribePullRequestResponse.Builder inputStream(InputStream inputStream)
The returned java.io.InputStream
instance.
inputStream
- the value to setpublic UnsubscribePullRequestResponse.Builder copy(UnsubscribePullRequestResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<UnsubscribePullRequestResponse>
o
- other request from which to copy valuespublic UnsubscribePullRequestResponse build()
Build the response object.
build
in interface BmcResponse.Builder<UnsubscribePullRequestResponse>
Copyright © 2016–2024. All rights reserved.