Interface CustomPreferencesQuery

All Superinterfaces:
QueryBuilder<CustomPreference>

public interface CustomPreferencesQuery extends QueryBuilder<CustomPreference>
A query interface for fetching and filtering Preference entities (Custom Preferences).
  • Method Details

    • keyName

      CustomPreferencesQuery keyName(String keyName)
      Sets the keyName of the Preference in the query.
      Parameters:
      keyName - the name of the preference to filter by
      Returns:
      the updated query instance