Interface Channel.DefinitionStages.WithPartnerTopicInfo

All Known Subinterfaces:
Channel.Definition, Channel.DefinitionStages.WithCreate
Enclosing interface:
Channel.DefinitionStages

public static interface Channel.DefinitionStages.WithPartnerTopicInfo
The stage of the Channel definition 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.DefinitionStages.WithCreate 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.