Package | Description |
---|---|
com.oracle.bmc.oda.requests |
Modifier and Type | Method and Description |
---|---|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.body$(UpdateChannelDetails body)
Alternative setter for the body parameter.
|
static UpdateChannelRequest.Builder |
UpdateChannelRequest.builder()
Return a new builder for this request object.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.channelId(String channelId)
Unique Channel identifier.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.copy(UpdateChannelRequest o)
Copy method to populate the builder with values from the given instance.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.ifMatch(String ifMatch)
For optimistic concurrency control in a PUT or DELETE call for a Digital Assistant
instance, set the
if-match query parameter to the value of the ETAG
header from a previous GET or POST response for that instance. |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.odaInstanceId(String odaInstanceId)
Unique Digital Assistant instance identifier.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
UpdateChannelRequest.Builder |
UpdateChannelRequest.toBuilder()
Return an instance of
UpdateChannelRequest.Builder that allows you to modify request properties. |
UpdateChannelRequest.Builder |
UpdateChannelRequest.Builder.updateChannelDetails(UpdateChannelDetails updateChannelDetails)
Property values to update the Channel.
|
Copyright © 2016–2024. All rights reserved.