public interface ChannelQueryModel extends ResourceQueryModel<Channel>, WithCustomQueryModel<Channel>
Modifier and Type | Method and Description |
---|---|
LocalizedStringOptionalQueryModel<Channel> |
description() |
GeoJSONQueryModel<Channel> |
geoLocation() |
StringQuerySortingModel<Channel> |
key() |
LocalizedStringOptionalQueryModel<Channel> |
name() |
static ChannelQueryModel |
of() |
ReviewRatingStatisticsQueryModel<Channel> |
reviewRatingStatistics() |
SphereEnumerationCollectionQueryModel<Channel,ChannelRole> |
roles() |
createdAt, id, is, lastModifiedAt, not
custom
static ChannelQueryModel of()
StringQuerySortingModel<Channel> key()
SphereEnumerationCollectionQueryModel<Channel,ChannelRole> roles()
LocalizedStringOptionalQueryModel<Channel> name()
LocalizedStringOptionalQueryModel<Channel> description()
ReviewRatingStatisticsQueryModel<Channel> reviewRatingStatistics()
GeoJSONQueryModel<Channel> geoLocation()