Uses of Class
org.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail
-
Packages that use Transcripts.AgentDetail Package Description org.jivesoftware.smackx.workgroup.packet TODO describe me. -
-
Uses of Transcripts.AgentDetail in org.jivesoftware.smackx.workgroup.packet
Methods in org.jivesoftware.smackx.workgroup.packet that return types with arguments of type Transcripts.AgentDetail Modifier and Type Method Description java.util.List<Transcripts.AgentDetail>
Transcripts.TranscriptSummary. getAgentDetails()
Returns a list of AgentDetails.Constructor parameters in org.jivesoftware.smackx.workgroup.packet with type arguments of type Transcripts.AgentDetail Constructor Description TranscriptSummary(java.lang.String sessionID, java.util.Date joinTime, java.util.Date leftTime, java.util.List<Transcripts.AgentDetail> agentDetails)
-