public interface SearchKeywords
Modifier and Type | Method and Description |
---|---|
Map<Locale,List<SearchKeyword>> |
getContent() |
static SearchKeywords |
of() |
static SearchKeywords |
of(Locale locale,
List<SearchKeyword> keywords) |
static SearchKeywords |
of(Locale locale1,
List<SearchKeyword> keywords1,
Locale locale2,
List<SearchKeyword> keywords2) |
static SearchKeywords |
of(Map<Locale,List<SearchKeyword>> content) |
Map<Locale,List<SearchKeyword>> getContent()
static SearchKeywords of(Locale locale, List<SearchKeyword> keywords)
static SearchKeywords of(Locale locale1, List<SearchKeyword> keywords1, Locale locale2, List<SearchKeyword> keywords2)
static SearchKeywords of(Map<Locale,List<SearchKeyword>> content)
static SearchKeywords of()