io.sphere.sdk.reviews.queries.ReviewQueryModel 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.reviews.Review.
*/
package io.sphere.sdk.reviews.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.reviews.*;
import io.sphere.sdk.queries.ResourceQueryModel;
import io.sphere.sdk.types.queries.WithCustomQueryModel;
@HasQueryModelImplementation()
public interface ReviewQueryModel extends ResourceQueryModel, WithCustomQueryModel {
static ReviewQueryModel of() {
return new ReviewQueryModelImpl(null, null);
}
StringQuerySortingModel authorName();
ReferenceOptionalQueryModel customer();
StringQuerySortingModel key();
@io.sphere.sdk.annotations.QueryModelHint(impl="return localeQuerySortingModel(fieldName);", type="io.sphere.sdk.queries.LocaleQuerySortingModel")
io.sphere.sdk.queries.LocaleQuerySortingModel locale();
io.sphere.sdk.queries.IntegerQuerySortingModel rating();
ReferenceOptionalQueryModel state();
AnyReferenceQueryModel target();
StringQuerySortingModel text();
StringQuerySortingModel title();
StringQuerySortingModel uniquenessValue();
@io.sphere.sdk.annotations.QueryModelFieldName("includedInStatistics")
BooleanQueryModel includedInStatistics();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy