public static class GetJmsPluginResponse.Builder extends Object implements BmcResponse.Builder<GetJmsPluginResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetJmsPluginResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetJmsPluginResponse |
build()
Build the response object.
|
GetJmsPluginResponse.Builder |
copy(GetJmsPluginResponse o)
Copy method to populate the builder with values from the given instance.
|
GetJmsPluginResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetJmsPluginResponse.Builder |
headers(Map<String,List<String>> headers) |
GetJmsPluginResponse.Builder |
jmsPlugin(JmsPlugin jmsPlugin)
The returned
JmsPlugin instance. |
GetJmsPluginResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetJmsPluginResponse.Builder |
retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling
this endpoint again.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetJmsPluginResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetJmsPluginResponse>
public GetJmsPluginResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetJmsPluginResponse>
public GetJmsPluginResponse.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 GetJmsPluginResponse.Builder retryAfter(Float retryAfter)
A decimal number representing the number of seconds the client should wait before polling this endpoint again.
retryAfter
- the value to setpublic GetJmsPluginResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetJmsPluginResponse.Builder jmsPlugin(JmsPlugin jmsPlugin)
The returned JmsPlugin
instance.
jmsPlugin
- the value to setpublic GetJmsPluginResponse.Builder copy(GetJmsPluginResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetJmsPluginResponse>
o
- other request from which to copy valuespublic GetJmsPluginResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetJmsPluginResponse>
Copyright © 2016–2024. All rights reserved.