All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.channels.queries.ChannelQueryModel Maven / Gradle / Ivy

There is a newer version: 2.16.0
Show newest version
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