|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.commons.protocol.Message
com.genesyslab.platform.contacts.protocol.contactserver.AbstractMessage
com.genesyslab.platform.contacts.protocol.contactserver.events.EventInteractionListGet
public final class EventInteractionListGet
This event returns a list of Interactions matching the criteria specified
by RequestInteractionListGet.
Selected Properties:
Name | Description |
---|---|
getPageSize() |
The number of Contacts available in this page. |
getHasNext() |
Indicates whether more records are available. |
Name | Description |
---|---|
RequestInteractionListGet |
This request provides a list of Interactions that you can scroll through. The request can be filtered by specifying constraints, or sorted using specified criteria. |
Field Summary | |
---|---|
static int |
ID
|
static java.lang.String |
NAME
|
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractMessage |
---|
REF_ID_KEY |
Constructor Summary | |
---|---|
EventInteractionListGet()
|
Method Summary | |
---|---|
java.util.Map |
attributes()
|
static EventInteractionListGet |
create()
|
com.genesyslab.platform.commons.protocol.runtime.DataSupport |
createClone(com.genesyslab.platform.commons.protocol.runtime.DataSupport sample)
|
boolean |
equals(java.lang.Object obj)
|
java.util.Map |
getCompounds()
|
java.util.List |
getCustomPackagers()
|
java.lang.Boolean |
getHasNext()
Indicates whether more interaction records are available in the list. |
InteractionDataList |
getInteractionData()
A key-value list containing the attributes (as specified in RequestInteractionListGet) for the current interaction in the returned list. |
com.genesyslab.platform.commons.protocol.runtime.MetaData |
getMetaData()
|
java.lang.Integer |
getPageSize()
The number of interactions available in this page. |
java.lang.String |
getScrollId()
This ID is used to specify the next page of the list. |
int |
hashCode()
|
void |
setHasNext(java.lang.Boolean value)
Indicates whether more interaction records are available in the list. |
void |
setInteractionData(InteractionDataList value)
A key-value list containing the attributes (as specified in RequestInteractionListGet) for the current interaction in the returned list. |
void |
setPageSize(java.lang.Integer value)
The number of interactions available in this page. |
void |
setScrollId(java.lang.String value)
This ID is used to specify the next page of the list. |
Methods inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractMessage |
---|
getEndpoint, getLazyParser, getMessageAttribute, getProtocolId, getReferenceId, getRequestorInfo, retreiveReference, setEndpoint, setProtocolId, setReferenceId, setReferenceId, setRequestorInfo, toString, toString, toString, toString, updateReference |
Methods inherited from class com.genesyslab.platform.commons.protocol.Message |
---|
cloneMessage, getProtocolDescription, messageId, messageName, setProtocolDescription |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ProtocolDescriptionSupport |
---|
getProtocolDescription |
Field Detail |
---|
public static final int ID
public static final java.lang.String NAME
Constructor Detail |
---|
public EventInteractionListGet()
Method Detail |
---|
public static EventInteractionListGet create()
public java.lang.Boolean getHasNext()
public void setHasNext(java.lang.Boolean value)
public java.lang.Integer getPageSize()
public void setPageSize(java.lang.Integer value)
public java.lang.String getScrollId()
public void setScrollId(java.lang.String value)
public InteractionDataList getInteractionData()
public void setInteractionData(InteractionDataList value)
public com.genesyslab.platform.commons.protocol.runtime.MetaData getMetaData()
public java.util.List getCustomPackagers()
getCustomPackagers
in interface com.genesyslab.platform.commons.protocol.runtime.DataSupport
getCustomPackagers
in class AbstractMessage
public java.util.Map attributes()
public java.util.Map getCompounds()
public com.genesyslab.platform.commons.protocol.runtime.DataSupport createClone(com.genesyslab.platform.commons.protocol.runtime.DataSupport sample)
public int hashCode()
hashCode
in class DataObject
public boolean equals(java.lang.Object obj)
equals
in class DataObject
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |