|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgAgentLoginInfo | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects |
Uses of CfgAgentLoginInfo in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgAgentLoginInfo | |
---|---|
java.util.Collection<CfgAgentLoginInfo> |
CfgAgentInfo.getAgentLogins()
A pointer to the list of the agent logins assigned to this agent (every item of this list is structured as
CfgAgentLoginInfo
). |
java.util.Collection<CfgAgentLoginInfo> |
CfgDeltaAgentInfo.getChangedAgentLogins()
A pointer to the list of agent logins with changed wrap-up time (every item of this list is structured as
CfgAgentLoginInfo
). |
java.util.Collection<CfgAgentLoginInfo> |
CfgDeltaAgentInfo.getDeletedAgentLogins()
A pointer to the list of identifiers of the agent logins that this agent can no longer use. |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgAgentLoginInfo | |
---|---|
void |
CfgAgentInfo.setAgentLogins(java.util.Collection<CfgAgentLoginInfo> value)
A pointer to the list of the agent logins assigned to this agent (every item of this list is structured as
CfgAgentLoginInfo
). |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |