@Value.Immutable
public interface SearchMessagesParamsIF
| Modifier and Type | Method and Description |
|---|---|
default int |
getCount() |
default int |
getPage() |
String |
getQuery() |
default ResultSort |
getSort() |
default ResultSortOrder |
getSortOrder() |
default boolean |
shouldHighlight() |
String getQuery()
@Value.Default default boolean shouldHighlight()
@Value.Default default int getCount()
@Value.Default default int getPage()
@Value.Default default ResultSort getSort()
@Value.Default default ResultSortOrder getSortOrder()
Copyright © 2019. All rights reserved.