public interface Threadable
Modifier and Type | Method and Description |
---|---|
boolean |
isDummy() |
Threadable |
makeDummy() |
String |
messageThreadId() |
String[] |
messageThreadReferences() |
void |
setChild(Threadable child) |
void |
setNext(Threadable next) |
String |
simplifiedSubject() |
boolean |
subjectIsReply() |
boolean isDummy()
String messageThreadId()
String[] messageThreadReferences()
String simplifiedSubject()
boolean subjectIsReply()
void setChild(Threadable child)
void setNext(Threadable next)
Threadable makeDummy()
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.