Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.webmedia.protocol.callback.MediaType

Packages that use MediaType
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. 
 

Uses of MediaType in com.genesyslab.platform.webmedia.protocol.callback
 

Fields in com.genesyslab.platform.webmedia.protocol.callback declared as MediaType
static MediaType MediaType.Voice
           
static MediaType MediaType.VoiceOverIp
           
 

Methods in com.genesyslab.platform.webmedia.protocol.callback that return MediaType
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.
 

Methods in com.genesyslab.platform.webmedia.protocol.callback that return types with arguments of type MediaType
static java.util.Collection<MediaType> MediaType.values()
          Returns all values of the enumeration.
 

Methods in com.genesyslab.platform.webmedia.protocol.callback with parameters of type MediaType
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.
 

Uses of MediaType in com.genesyslab.platform.webmedia.protocol.callback.events
 

Methods in com.genesyslab.platform.webmedia.protocol.callback.events that return MediaType
abstract  MediaType EventInfo.getMediaType()
          Specifies the media type for a callback object.
 

Methods in com.genesyslab.platform.webmedia.protocol.callback.events with parameters of type MediaType
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.
 

Uses of MediaType in com.genesyslab.platform.webmedia.protocol.callback.requests
 

Methods in com.genesyslab.platform.webmedia.protocol.callback.requests that return MediaType
abstract  MediaType RequestSearch.getMediaType()
          Specifies the media type for a callback object.
abstract  MediaType RequestCallback.getMediaType()
          Specifies the media type for a callback object.
 

Methods in com.genesyslab.platform.webmedia.protocol.callback.requests with parameters of type MediaType
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.
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.
abstract  void RequestSearch.setMediaType(MediaType mediaType)
          Specifies the media type for a callback object.
abstract  void RequestCallback.setMediaType(MediaType mediaType)
          Specifies the media type for a callback object.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.