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

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

Uses of Transcripts.TranscriptSummary in org.jivesoftware.smackx.workgroup.packet
 

Methods in org.jivesoftware.smackx.workgroup.packet that return types with arguments of type Transcripts.TranscriptSummary
 java.util.List<Transcripts.TranscriptSummary> Transcripts.getSummaries()
          Returns a list of TranscriptSummary.
 

Constructor parameters in org.jivesoftware.smackx.workgroup.packet with type arguments of type Transcripts.TranscriptSummary
Transcripts(java.lang.String userID, java.util.List<Transcripts.TranscriptSummary> summaries)
          Creates a Transcripts which will contain the transcript summaries of the given user.