io.sphere.sdk.channels.queries.ChannelQueryModelImpl 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.channels.queries.ChannelQueryModel.
*/
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.channels.*;
import io.sphere.sdk.types.queries.CustomResourceQueryModelImpl;
import io.sphere.sdk.reviews.queries.ReviewRatingStatisticsQueryModel;
final class ChannelQueryModelImpl extends CustomResourceQueryModelImpl implements ChannelQueryModel {
ChannelQueryModelImpl(final QueryModel parent, final String pathSegment) {
super(parent, pathSegment);
}
public final io.sphere.sdk.queries.StringQuerySortingModel key() {
return stringQuerySortingModel("key");
}
public final io.sphere.sdk.queries.SphereEnumerationCollectionQueryModel roles() {
return sphereEnumerationCollectionQueryModel("roles");
}
public final io.sphere.sdk.queries.LocalizedStringOptionalQueryModel name() {
return localizedStringOptionalQueryModel("name");
}
public final io.sphere.sdk.queries.LocalizedStringOptionalQueryModel description() {
return localizedStringOptionalQueryModel("description");
}
public final io.sphere.sdk.reviews.queries.ReviewRatingStatisticsQueryModel reviewRatingStatistics() {
return ReviewRatingStatisticsQueryModel.of(this, "reviewRatingStatistics");
}
public final io.sphere.sdk.queries.GeoJSONQueryModel geoLocation() {
final String fieldName = "geoLocation";
return geoJSONQueryModel(fieldName);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy