public static class CreateChannelResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateChannelResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
CreateChannelResponse |
build()
Build the response object.
|
CreateChannelResponse.Builder |
copy(CreateChannelResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateChannelResponse.Builder |
createChannelResult(CreateChannelResult createChannelResult)
The returned CreateChannelResult instance.
|
CreateChannelResponse.Builder |
etag(String etag)
For use in a PUT or DELETE
if-match query parameter for optimistic concurrency control. |
CreateChannelResponse.Builder |
location(String location)
Fully qualified URL for the newly created resource.
|
CreateChannelResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public CreateChannelResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public CreateChannelResponse.Builder location(String location)
Fully qualified URL for the newly created resource.
location
- the value to setpublic CreateChannelResponse.Builder etag(String etag)
For use in a PUT or DELETE if-match
query parameter for optimistic concurrency control.
etag
- the value to setpublic CreateChannelResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic CreateChannelResponse.Builder createChannelResult(CreateChannelResult createChannelResult)
The returned CreateChannelResult instance.
createChannelResult
- the value to setpublic CreateChannelResponse.Builder copy(CreateChannelResponse o)
Copy method to populate the builder with values from the given instance.
public CreateChannelResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.