Uses of Class
org.jivesoftware.smackx.workgroup.packet.Transcripts.TranscriptSummary
-
Packages that use Transcripts.TranscriptSummary Package Description org.jivesoftware.smackx.workgroup.packet TODO describe me. -
-
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 Modifier and Type Method Description 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 Constructor Description Transcripts(Jid userID, List<Transcripts.TranscriptSummary> summaries)
Creates a Transcripts which will contain the transcript summaries of the given user.
-