public interface LocalizedStringOptionalQueryModel<T> extends LocalizedStringQueryModel<T>, OptionalQueryModel<T>
Modifier and Type | Method and Description |
---|---|
QueryPredicate<T> |
isNotPresent() |
QueryPredicate<T> |
isPresent() |
StringQueryModel<T> |
lang(Locale locale)
Alias for
LocalizedStringQueryModel.locale(Locale) . |
StringQueryModel<T> |
locale(Locale locale) |
getParent, getPathSegment
StringQueryModel<T> lang(Locale locale)
LocalizedStringQueryModel
LocalizedStringQueryModel.locale(Locale)
.lang
in interface LocalizedStringQueryModel<T>
locale
- the locale to query forStringQueryModel<T> locale(Locale locale)
locale
in interface LocalizedStringQueryModel<T>
QueryPredicate<T> isNotPresent()
isNotPresent
in interface OptionalQueryModel<T>
QueryPredicate<T> isPresent()
isPresent
in interface OptionalQueryModel<T>