public interface PagePushUrlListI
A list of PagePushUrl
objects configured in the AACC/ACCS CCMM Administration tool
To request the list of configured Page Push URLs, invoke InteractionI#requestPagePushUrls()
Page Push URLs are returned to by CCS in an Interaction Response of PayloadType#PagePushUrlList
Modifier and Type | Method and Description |
---|---|
java.util.List<com.avaya.ccs.core.PagePushUrl> |
getPagePushUrls()
returns the list of Page Push URLs as configured in CCMM Admin
|
void |
setPagePushUrls(java.util.List<com.avaya.ccs.core.PagePushUrl> pagePushUrls)
Set the list of Page Push URLs
|
java.util.List<com.avaya.ccs.core.PagePushUrl> getPagePushUrls()
PagePushUrl
void setPagePushUrls(java.util.List<com.avaya.ccs.core.PagePushUrl> pagePushUrls)
list
- of PagePushUrl