| java.lang.Object | |||
| ↳ | com.pnfsoftware.jeb.core.events.ClientNotification | ||
| ↳ | com.pnfsoftware.jeb.core.events.AbstractQuestionNotification<T> | ||
| ↳ | com.pnfsoftware.jeb.core.events.QuestionNotificationPath | ||
A specific question notification that requires a path.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | QuestionNotificationPath.Type | Type of path to be provided in the notification response. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| QuestionNotificationPath(QuestionNotificationPath.Type pathType, String question, String defaultResponse) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| QuestionNotificationPath.Type | getPathType() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.events.AbstractQuestionNotification
| |||||||||||
From class
com.pnfsoftware.jeb.core.events.ClientNotification
| |||||||||||
From class
java.lang.Object
| |||||||||||