Channel.UpdateStages.WithPartnerTopicInfo Interface

public static interface Channel.UpdateStages.WithPartnerTopicInfo

The stage of the Channel update allowing to specify partnerTopicInfo.

Method Summary

Modifier and Type Method and Description
abstract Update withPartnerTopicInfo(PartnerTopicInfo partnerTopicInfo)

Specifies the partnerTopicInfo property: This property should be populated when channelType is PartnerTopic and represents information about the partner topic resource corresponding to the channel..

Method Details

withPartnerTopicInfo

public abstract Channel.Update withPartnerTopicInfo(PartnerTopicInfo partnerTopicInfo)

Specifies the partnerTopicInfo property: This property should be populated when channelType is PartnerTopic and represents information about the partner topic resource corresponding to the channel..

Parameters:

partnerTopicInfo - This property should be populated when channelType is PartnerTopic and represents information about the partner topic resource corresponding to the channel.

Returns:

the next definition stage.

Applies to