|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InteractionContent | |
---|---|
com.genesyslab.platform.contacts.protocol.contactserver.events | |
com.genesyslab.platform.contacts.protocol.contactserver.requests | |
com.genesyslab.platform.contacts.protocol.contactserver.runtime | This package is used internally by the protocol. |
Uses of InteractionContent in com.genesyslab.platform.contacts.protocol.contactserver.events |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.events that return InteractionContent | |
---|---|
InteractionContent |
EventGetInteractionContent.getInteractionContent()
Binary content is only returned if IncludeBinaryContent parameter is set to TRUE. |
Methods in com.genesyslab.platform.contacts.protocol.contactserver.events with parameters of type InteractionContent | |
---|---|
void |
EventGetInteractionContent.setInteractionContent(InteractionContent value)
Binary content is only returned if IncludeBinaryContent parameter is set to TRUE. |
Uses of InteractionContent in com.genesyslab.platform.contacts.protocol.contactserver.requests |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests that return InteractionContent | |
---|---|
InteractionContent |
RequestUpdateInteraction.getInteractionContent()
Information to update binary content. Attributes which are declared as mandatory in RequestInsertInteraction description must have a not null value if passed in UpdateInteraction. |
InteractionContent |
RequestInsertInteraction.getInteractionContent()
A key-value list specifying the content for this new Interaction. |
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests with parameters of type InteractionContent | |
---|---|
void |
RequestUpdateInteraction.setInteractionContent(InteractionContent value)
Information to update binary content. Attributes which are declared as mandatory in RequestInsertInteraction description must have a not null value if passed in UpdateInteraction. |
void |
RequestInsertInteraction.setInteractionContent(InteractionContent value)
A key-value list specifying the content for this new Interaction. |
Uses of InteractionContent in com.genesyslab.platform.contacts.protocol.contactserver.runtime |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.runtime with parameters of type InteractionContent | |
---|---|
KeyValueCollection |
ContactServerFactory.marshal(InteractionContent obj)
|
static KeyValueCollection |
ContactServerBinding.marshal(InteractionContent obj)
|
static boolean |
ContactServerBinding.setProperty(InteractionContent obj,
java.lang.String name,
java.lang.Object value)
Set property by name |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |