|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityTypes | |
---|---|
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.requests |
Uses of EntityTypes in com.genesyslab.platform.contacts.protocol.contactserver |
---|
Fields in com.genesyslab.platform.contacts.protocol.contactserver declared as EntityTypes | |
---|---|
static EntityTypes |
EntityTypes.Callback
|
static EntityTypes |
EntityTypes.Chat
|
static EntityTypes |
EntityTypes.CoBrowse
|
static EntityTypes |
EntityTypes.EmailIn
|
static EntityTypes |
EntityTypes.EmailOut
|
static EntityTypes |
EntityTypes.Interaction
|
static EntityTypes |
EntityTypes.PhoneCall
|
Methods in com.genesyslab.platform.contacts.protocol.contactserver that return EntityTypes | |
---|---|
static EntityTypes |
EntityTypes.create(java.lang.String name)
|
EntityTypes |
InteractionAttributes.getEntityTypeId()
|
static EntityTypes |
EntityTypes.toEnum(java.lang.Integer val)
|
Methods in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type EntityTypes | |
---|---|
static java.lang.Integer |
EntityTypes.fromEnum(EntityTypes val)
|
void |
InteractionAttributes.setEntityTypeId(EntityTypes value)
|
Uses of EntityTypes in com.genesyslab.platform.contacts.protocol.contactserver.requests |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests that return EntityTypes | |
---|---|
EntityTypes |
RequestInteractionListGet.getEntityTypeId()
An integer value that specifies the entity type to return, limiting interactions in the list to a particular type. |
EntityTypes |
RequestGetInteractionsForContact.getEntityTypeId()
An integer value that specifies the entity type to return, limiting interactions in the list to a particular type. |
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests with parameters of type EntityTypes | |
---|---|
void |
RequestInteractionListGet.setEntityTypeId(EntityTypes value)
An integer value that specifies the entity type to return, limiting interactions in the list to a particular type. |
void |
RequestGetInteractionsForContact.setEntityTypeId(EntityTypes value)
An integer value that specifies the entity type to return, limiting interactions in the list to a particular type. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |