Interface ChannelCallerId
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getCaller_presentation()
The integer representation of the Caller Presentation value.java.lang.String
getCaller_presentation_txt()
The text representation of the Caller Presentation value.Channel
getChannel()
The channel that changed Caller ID.void
setCaller_presentation(java.lang.Integer val)
void
setCaller_presentation_txt(java.lang.String val)
void
setChannel(Channel val)
-
Methods inherited from interface ch.loway.oss.ari4java.generated.models.Event
getApplication, getTimestamp, setApplication, setTimestamp
-
Methods inherited from interface ch.loway.oss.ari4java.generated.models.Message
getAsterisk_id, getType, setAsterisk_id, setType
-
-
-
-
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
-
-