Interface ChannelCallerId
Generated by: JavaInterface
-
Method Summary
Modifier and TypeMethodDescriptionThe integer representation of the Caller Presentation value.The text representation of the Caller Presentation value.The channel that changed Caller ID.voidvoidvoidsetChannel(Channel val) Methods inherited from interface ch.loway.oss.ari4java.generated.models.Event
getApplication, getTimestamp, setApplication, setTimestampMethods inherited from interface ch.loway.oss.ari4java.generated.models.Message
getAsterisk_id, getType, setAsterisk_id, setType
-
Method Details
-
setCaller_presentation
- 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
- Parameters:
val- The channel that changed Caller ID.- Since:
- ARI_0_0_1
-
setCaller_presentation_txt
- 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
-