Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.contacts.protocol.contactserver.AttachmentList

Packages that use AttachmentList
com.genesyslab.platform.contacts.protocol.contactserver This package contains the Protocol classes that your applications can use to set up communication with Universal Contact Server. 
com.genesyslab.platform.contacts.protocol.contactserver.events   
 

Uses of AttachmentList in com.genesyslab.platform.contacts.protocol.contactserver
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver that return AttachmentList
 AttachmentList StandardResponse.getAttachments()
           
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type AttachmentList
 void StandardResponse.setAttachments(AttachmentList value)
           
 

Uses of AttachmentList in com.genesyslab.platform.contacts.protocol.contactserver.events
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.events that return AttachmentList
 AttachmentList EventGetStandardResponses.getAttachments()
          A collection of Documents with Id as the key and: TheName, TheSize, MimeType and Description as values.
 AttachmentList EventGetInteractionContent.getAttachments()
          Attachments are only returned if IncludeAttachments parameter is set to TRUE.
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.events with parameters of type AttachmentList
 void EventGetStandardResponses.setAttachments(AttachmentList value)
          A collection of Documents with Id as the key and: TheName, TheSize, MimeType and Description as values.
 void EventGetInteractionContent.setAttachments(AttachmentList value)
          Attachments are only returned if IncludeAttachments parameter is set to TRUE.
 


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.