Class PublishChannel

All Implemented Interfaces:
Serializable

public class PublishChannel extends AssetLinksObject
This is an abbreviated model for published channels as it's only used for getting the publish channel token for a given name.
See Also:
  • Constructor Details

    • PublishChannel

      public PublishChannel()
  • Method Details

    • getName

      public String getName()
    • getId

      public String getId()
    • getChannelTokens

      public List<PublishChannel.ChannelToken> getChannelTokens()
    • getDeliveryChannelToken

      public String getDeliveryChannelToken()
      Gets the delivery channel token for this channel. Assumes it is the first token.
      Returns:
      token or null if there are no channel tokens