io.sphere.sdk.channels.queries.ChannelQueryModel Maven / Gradle / Ivy
/*
This class has been generated by class io.sphere.sdk.annotations.processors.HasQueryModelAnnotationProcessor
induced by the annotation io.sphere.sdk.annotations.HasQueryModel.
in the source class io.sphere.sdk.channels.Channel.
*/
package io.sphere.sdk.channels.queries;
import javax.annotation.Nullable;
import io.sphere.sdk.models.*;
import java.util.*;
import io.sphere.sdk.utils.*;
import com.fasterxml.jackson.annotation.*;
import io.sphere.sdk.queries.*;
import io.sphere.sdk.reviews.queries.*;
import io.sphere.sdk.annotations.HasQueryModelImplementation;
import io.sphere.sdk.channels.*;
import io.sphere.sdk.queries.ResourceQueryModel;
import io.sphere.sdk.types.queries.WithCustomQueryModel;
import io.sphere.sdk.queries.SphereEnumerationCollectionQueryModel;
@HasQueryModelImplementation()
public interface ChannelQueryModel extends ResourceQueryModel, WithCustomQueryModel {
static ChannelQueryModel of() {
return new ChannelQueryModelImpl(null, null);
}
StringQuerySortingModel key();
SphereEnumerationCollectionQueryModel roles();
LocalizedStringOptionalQueryModel name();
LocalizedStringOptionalQueryModel description();
ReviewRatingStatisticsQueryModel reviewRatingStatistics();
@io.sphere.sdk.annotations.QueryModelHint(impl="return geoJSONQueryModel(fieldName);", type="GeoJSONQueryModel")
GeoJSONQueryModel geoLocation();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy