Interface ChannelsResponse.Builder

    • Method Detail

      • channels

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.