io.sphere.sdk.channels.queries.ChannelQueryModel Maven / Gradle / Ivy
package io.sphere.sdk.channels.queries;
import io.sphere.sdk.channels.Channel;
import io.sphere.sdk.channels.ChannelRole;
import io.sphere.sdk.queries.*;
import io.sphere.sdk.reviews.queries.ReviewRatingStatisticsQueryModel;
import io.sphere.sdk.types.queries.WithCustomQueryModel;
public interface ChannelQueryModel extends ResourceQueryModel, WithCustomQueryModel {
StringQuerySortingModel key();
ReviewRatingStatisticsQueryModel reviewRatingStatistics();
SphereEnumerationCollectionQueryModel roles();
LocalizedStringOptionalQueryModel name();
LocalizedStringOptionalQueryModel description();
static ChannelQueryModel of() {
return new ChannelQueryModelImpl(null, null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy