Interface ChannelCallerId

  • All Superinterfaces:
    Event, Message

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

      • setCaller_presentation

        void setCaller_presentation​(java.lang.Integer val)
        Parameters:
        val - The integer representation of the Caller Presentation value.
        Since:
        ARI_0_0_1
      • getCaller_presentation_txt

        java.lang.String getCaller_presentation_txt()
        The text representation of the Caller Presentation value.
        Returns:
        String
        Since:
        ARI_0_0_1
      • getChannel

        Channel getChannel()
        The channel that changed Caller ID.
        Returns:
        Channel
        Since:
        ARI_0_0_1
      • setChannel

        void setChannel​(Channel val)
        Parameters:
        val - The channel that changed Caller ID.
        Since:
        ARI_0_0_1
      • setCaller_presentation_txt

        void setCaller_presentation_txt​(java.lang.String val)
        Parameters:
        val - The text representation of the Caller Presentation value.
        Since:
        ARI_0_0_1
      • getCaller_presentation

        java.lang.Integer getCaller_presentation()
        The integer representation of the Caller Presentation value.
        Returns:
        Integer
        Since:
        ARI_0_0_1