Uses of Class
org.jivesoftware.smackx.workgroup.packet.Transcripts.AgentDetail

Packages that use Transcripts.AgentDetail
org.jivesoftware.smackx.workgroup.packet   
 

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
 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
Transcripts.TranscriptSummary(java.lang.String sessionID, java.util.Date joinTime, java.util.Date leftTime, java.util.List<Transcripts.AgentDetail> agentDetails)