public interface ThemeQuery
Modifier and Type | Method and Description |
---|---|
ThemeQuery |
id(String id)
Query for themes with the given id
|
List<Theme> |
list()
Return a list of
Theme (s) |
ThemeQuery |
name(String name)
Query for themes with the given name
|
Theme |
singleResult()
Return a single
Theme |
ThemeQuery |
tenantId(String tenantId)
Query for themes in the given tenant
|
ThemeQuery id(String id)
ThemeQuery name(String name)
ThemeQuery tenantId(String tenantId)