Interface ChannelHold

  • All Superinterfaces:
    Event, Message

    public interface ChannelHold
    extends Event
    Generated by: JavaInterface
    • Method Detail

      • setMusicclass

        void setMusicclass​(java.lang.String val)
        Parameters:
        val - The music on hold class that the initiator requested.
        Since:
        ARI_1_8_0
      • getChannel

        Channel getChannel()
        The channel that initiated the hold event.
        Returns:
        Channel
        Since:
        ARI_1_8_0
      • setChannel

        void setChannel​(Channel val)
        Parameters:
        val - The channel that initiated the hold event.
        Since:
        ARI_1_8_0
      • getMusicclass

        java.lang.String getMusicclass()
        The music on hold class that the initiator requested.
        Returns:
        String
        Since:
        ARI_1_8_0