public static interface ChannelsResponse.Builder extends SdkPojo, CopyableBuilder<ChannelsResponse.Builder,ChannelsResponse>
Modifier and Type | Method and Description |
---|---|
ChannelsResponse.Builder |
channels(Map<String,ChannelResponse> channels)
A map that contains a multipart response for each channel.
|
copy
applyMutation, build
ChannelsResponse.Builder channels(Map<String,ChannelResponse> channels)
A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.
channels
- A map that contains a multipart response for each channel. For each item in this object, the
ChannelType is the key and the Channel is the value.Copyright © 2019. All rights reserved.