# Enum: com.pnfsoftware.jeb.core.events.QuestionNotificationPath.Type

Type of path to be provided in the notification response.

## Constant: SAVE_TO_FILE
Description: Ask the client for a destination file path.

## Constant: SELECT_FILE
Description: Ask the client to select an existing file.

## Constant: SELECT_FOLDER
Description: Ask the client to select a folder.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.events.QuestionNotificationPath.Type`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.events.QuestionNotificationPath.Type[]`


