Interface PreferencesQuery

All Superinterfaces:
QueryBuilder<Preference>

public interface PreferencesQuery extends QueryBuilder<Preference>
A query interface for fetching and filtering Preference entities.
  • Method Details

    • type

      Sets the type of the Preference in the query. This parameter is obligatory.
      Parameters:
      type - the type of the preference to filter by
      Returns:
      the updated query instance
    • keyName

      PreferencesQuery 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