ChannelQuery |
ChannelQueryBuilder.build() |
default ChannelQuery |
ChannelQuery.byKey(String key) |
static ChannelQuery |
ChannelQuery.of() |
ChannelQuery |
ChannelQuery.plusExpansionPaths(Function<ChannelExpansionModel<Channel>,ExpansionPathContainer<Channel>> m) |
ChannelQuery |
ChannelQuery.plusPredicates(Function<ChannelQueryModel,QueryPredicate<Channel>> m) |
ChannelQuery |
ChannelQuery.plusPredicates(List<QueryPredicate<Channel>> queryPredicates) |
ChannelQuery |
ChannelQuery.plusPredicates(QueryPredicate<Channel> queryPredicate) |
ChannelQuery |
ChannelQuery.plusSort(Function<ChannelQueryModel,QuerySort<Channel>> m) |
ChannelQuery |
ChannelQuery.plusSort(List<QuerySort<Channel>> sort) |
ChannelQuery |
ChannelQuery.plusSort(QuerySort<Channel> sort) |
ChannelQuery |
ChannelQuery.withExpansionPaths(Function<ChannelExpansionModel<Channel>,ExpansionPathContainer<Channel>> m) |
ChannelQuery |
ChannelQuery.withFetchTotal(boolean fetchTotal) |
ChannelQuery |
ChannelQuery.withLimit(Long limit) |
ChannelQuery |
ChannelQuery.withOffset(Long offset) |
ChannelQuery |
ChannelQuery.withPredicates(Function<ChannelQueryModel,QueryPredicate<Channel>> predicateFunction) |
ChannelQuery |
ChannelQuery.withPredicates(List<QueryPredicate<Channel>> queryPredicates) |
ChannelQuery |
ChannelQuery.withPredicates(QueryPredicate<Channel> queryPredicate) |
ChannelQuery |
ChannelQuery.withSort(Function<ChannelQueryModel,QuerySort<Channel>> m) |
ChannelQuery |
ChannelQuery.withSort(List<QuerySort<Channel>> sort) |
ChannelQuery |
ChannelQuery.withSort(QuerySort<Channel> sort) |
ChannelQuery |
ChannelQuery.withSortMulti(Function<ChannelQueryModel,List<QuerySort<Channel>>> m) |