io.sphere.sdk.reviews.queries.ReviewQueryModelImpl Maven / Gradle / Ivy
/*
This class has been generated by class io.sphere.sdk.annotations.processors.HasQueryModelImplementationAnnotationProcessor
induced by the annotation io.sphere.sdk.annotations.HasQueryModelImplementation.
in the source class io.sphere.sdk.reviews.queries.ReviewQueryModel.
*/
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.*;
import io.sphere.sdk.types.queries.CustomResourceQueryModelImpl;
final class ReviewQueryModelImpl extends CustomResourceQueryModelImpl implements ReviewQueryModel {
ReviewQueryModelImpl(final QueryModel parent, final String pathSegment) {
super(parent, pathSegment);
}
public final io.sphere.sdk.queries.StringQuerySortingModel authorName() {
return stringQuerySortingModel("authorName");
}
public final io.sphere.sdk.queries.ReferenceOptionalQueryModel customer() {
return referenceOptionalQueryModel("customer");
}
public final io.sphere.sdk.queries.StringQuerySortingModel key() {
return stringQuerySortingModel("key");
}
public final io.sphere.sdk.queries.LocaleQuerySortingModel locale() {
final String fieldName = "locale";
return localeQuerySortingModel(fieldName);
}
public final io.sphere.sdk.queries.IntegerQuerySortingModel rating() {
return integerQuerySortingModel("rating");
}
public final io.sphere.sdk.queries.ReferenceOptionalQueryModel state() {
return referenceOptionalQueryModel("state");
}
public final io.sphere.sdk.queries.AnyReferenceQueryModel target() {
return anyReferenceQueryModel("target");
}
public final io.sphere.sdk.queries.StringQuerySortingModel text() {
return stringQuerySortingModel("text");
}
public final io.sphere.sdk.queries.StringQuerySortingModel title() {
return stringQuerySortingModel("title");
}
public final io.sphere.sdk.queries.StringQuerySortingModel uniquenessValue() {
return stringQuerySortingModel("uniquenessValue");
}
public final io.sphere.sdk.queries.BooleanQueryModel includedInStatistics() {
return booleanQueryModel("includedInStatistics");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy