io.sphere.sdk.zones.queries.ZoneQueryModel Maven / Gradle / Ivy
The newest version!
/*
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.zones.Zone.
*/
package io.sphere.sdk.zones.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.zones.*;
import io.sphere.sdk.queries.ResourceQueryModel;
@HasQueryModelImplementation()
public interface ZoneQueryModel extends ResourceQueryModel {
static ZoneQueryModel of() {
return new ZoneQueryModelImpl(null, null);
}
StringQuerySortingModel name();
StringQuerySortingModel key();
@io.sphere.sdk.annotations.QueryModelHint(impl="return new LocationsCollectionQueryModelImpl<>(this, fieldName);", type="LocationsCollectionQueryModel")
LocationsCollectionQueryModel locations();
}