Package | Description |
---|---|
com.genesyslab.platform.webmedia.protocol.callback |
This package contains classes and enumerations that let you exchange customer-generated information between web forms and your Genesys Callback Server.
|
com.genesyslab.platform.webmedia.protocol.callback.events |
This package contains the Callback protocol Event messages that provide information about the status of your requests.
|
com.genesyslab.platform.webmedia.protocol.callback.requests |
This package contains the Request Object classes that your applications can use to work with Callback interactions in Callback Server.
|
Modifier and Type | Field | Description |
---|---|---|
static MediaType |
MediaType.Voice |
|
static MediaType |
MediaType.VoiceOverIp |
Modifier and Type | Method | Description |
---|---|---|
abstract MediaType |
SearchResult.getMediaType() |
Specifies the media type for a callback object.
|
static MediaType |
MediaType.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static MediaType |
MediaType.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<MediaType> |
MediaType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
static SearchResult |
SearchResult.create(java.lang.String requestId,
java.lang.String contact,
MediaType mediaType,
java.lang.Boolean done,
java.lang.String startTime,
java.lang.String endTime,
java.lang.String status,
KeyValueCollection userData) |
Creates instance of SearchResult with all parameters set.
|
abstract void |
SearchResult.setMediaType(MediaType mediaType) |
Specifies the media type for a callback object.
|
Modifier and Type | Method | Description |
---|---|---|
abstract MediaType |
EventInfo.getMediaType() |
Specifies the media type for a callback object.
|
Modifier and Type | Method | Description |
---|---|---|
static EventInfo |
EventInfo.create(java.lang.String requestId,
java.lang.String contact,
MediaType mediaType,
java.lang.Boolean done,
java.lang.String startTime,
java.lang.String endTime,
java.lang.String status,
KeyValueCollection userData) |
Creates instance of EventInfo with all parameters set.
|
abstract void |
EventInfo.setMediaType(MediaType mediaType) |
Specifies the media type for a callback object.
|
Modifier and Type | Method | Description |
---|---|---|
abstract MediaType |
RequestCallback.getMediaType() |
Specifies the media type for a callback object.
|
abstract MediaType |
RequestSearch.getMediaType() |
Specifies the media type for a callback object.
|
Modifier and Type | Method | Description |
---|---|---|
static RequestCallback |
RequestCallback.create(java.lang.String contact,
MediaType mediaType,
java.lang.Boolean done,
java.lang.String startTime,
java.lang.String endTime,
java.lang.String status,
KeyValueCollection userData) |
Creates instance of RequestCallback with all parameters set.
|
static RequestSearch |
RequestSearch.create(java.lang.String contact,
MediaType mediaType,
java.lang.Boolean done,
java.lang.String status,
KeyValueCollection userData) |
Creates instance of RequestSearch with all parameters set.
|
abstract void |
RequestCallback.setMediaType(MediaType mediaType) |
Specifies the media type for a callback object.
|
abstract void |
RequestSearch.setMediaType(MediaType mediaType) |
Specifies the media type for a callback object.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.