values property

List<String> values
final

The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.

Implementation

final List<String> values;