public interface ChannelQuery extends MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
MAX_OFFSET, MIN_OFFSET
withLimit, withOffset
endpoint, expansionPaths, fetchTotal, limit, offset, predicates, sort
deserialize, toQuery
canDeserialize, httpRequestIntent
plusExpansionPaths, plusExpansionPaths, plusExpansionPaths, withExpansionPaths, withExpansionPaths, withExpansionPaths
static com.fasterxml.jackson.core.type.TypeReference<PagedQueryResult<Channel>> resultTypeReference()
static ChannelQuery of()
ChannelQuery plusPredicates(Function<ChannelQueryModel,QueryPredicate<Channel>> m)
plusPredicates
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
ChannelQuery plusPredicates(QueryPredicate<Channel> queryPredicate)
plusPredicates
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
plusPredicates
in interface QueryDsl<Channel,ChannelQuery>
ChannelQuery plusPredicates(List<QueryPredicate<Channel>> queryPredicates)
plusPredicates
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
plusPredicates
in interface QueryDsl<Channel,ChannelQuery>
ChannelQuery plusSort(Function<ChannelQueryModel,QuerySort<Channel>> m)
plusSort
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
ChannelQuery plusSort(List<QuerySort<Channel>> sort)
plusSort
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
plusSort
in interface QueryDsl<Channel,ChannelQuery>
ChannelQuery plusSort(QuerySort<Channel> sort)
plusSort
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
plusSort
in interface QueryDsl<Channel,ChannelQuery>
ChannelQuery withPredicates(Function<ChannelQueryModel,QueryPredicate<Channel>> predicateFunction)
withPredicates
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
ChannelQuery withPredicates(QueryPredicate<Channel> queryPredicate)
withPredicates
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
withPredicates
in interface QueryDsl<Channel,ChannelQuery>
ChannelQuery withPredicates(List<QueryPredicate<Channel>> queryPredicates)
withPredicates
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
withPredicates
in interface QueryDsl<Channel,ChannelQuery>
ChannelQuery withSort(Function<ChannelQueryModel,QuerySort<Channel>> m)
withSort
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
ChannelQuery withSort(List<QuerySort<Channel>> sort)
withSort
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
withSort
in interface QueryDsl<Channel,ChannelQuery>
ChannelQuery withSort(QuerySort<Channel> sort)
withSort
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
withSort
in interface QueryDsl<Channel,ChannelQuery>
ChannelQuery withSortMulti(Function<ChannelQueryModel,List<QuerySort<Channel>>> m)
withSortMulti
in interface MetaModelQueryDsl<Channel,ChannelQuery,ChannelQueryModel,ChannelExpansionModel<Channel>>
ChannelQuery plusExpansionPaths(Function<ChannelExpansionModel<Channel>,ExpansionPathContainer<Channel>> m)
plusExpansionPaths
in interface MetaModelReferenceExpansionDsl<Channel,ChannelQuery,ChannelExpansionModel<Channel>>
ChannelQuery withExpansionPaths(Function<ChannelExpansionModel<Channel>,ExpansionPathContainer<Channel>> m)
withExpansionPaths
in interface MetaModelReferenceExpansionDsl<Channel,ChannelQuery,ChannelExpansionModel<Channel>>
ChannelQuery withFetchTotal(boolean fetchTotal)
withFetchTotal
in interface QueryDsl<Channel,ChannelQuery>
ChannelQuery withLimit(Long limit)
withLimit
in interface QueryDsl<Channel,ChannelQuery>
ChannelQuery withOffset(Long offset)
withOffset
in interface QueryDsl<Channel,ChannelQuery>
default ChannelQuery byKey(String key)