Interface CustomPreferencesQuery
- All Superinterfaces:
QueryBuilder<CustomPreference>
A query interface for fetching and filtering
Preference entities (Custom Preferences).-
Method Summary
Methods inherited from interface com.priint.pubserverapi.query.QueryBuilder
list, singleResult
-
Method Details
-
keyName
Sets the keyName of thePreferencein the query.- Parameters:
keyName- the name of the preference to filter by- Returns:
- the updated query instance
-