Interface ChannelHold
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Channel
getChannel()
The channel that initiated the hold event.java.lang.String
getMusicclass()
The music on hold class that the initiator requested.void
setChannel(Channel val)
void
setMusicclass(java.lang.String 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
-
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
-
-