# Class: com.pnfsoftware.jeb.core.events.QuestionNotificationPath

A specific question notification that requires a path.

## Constructor: QuestionNotificationPath
- parameter: `pathType`, type: `com.pnfsoftware.jeb.core.events.QuestionNotificationPath.Type`
- parameter: `question`, type: `java.lang.String`
- parameter: `defaultResponse`, type: `java.lang.String`

Description: Create a path\-selection question notification.
parameter: pathType: expected kind of path
parameter: question: question text
parameter: defaultResponse: default path value

## Method: getPathType
- return type: `com.pnfsoftware.jeb.core.events.QuestionNotificationPath.Type`

Description: Get the kind of path expected from the client.
return: the requested path type

