Interface ChannelCallerId

All Superinterfaces:
Event, Message

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

    • setCaller_presentation

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

      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(String val)
      Parameters:
      val - The text representation of the Caller Presentation value.
      Since:
      ARI_0_0_1
    • getCaller_presentation

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