Interface Channel.UpdateStages.WithPartnerTopicInfo

All Known Subinterfaces:
Channel.Update
Enclosing interface:
Channel.UpdateStages

public static interface Channel.UpdateStages.WithPartnerTopicInfo
The stage of the Channel update allowing to specify partnerTopicInfo.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

      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.