io.sphere.sdk.extensions.queries.ExtensionQueryModelImpl Maven / Gradle / Ivy
The newest version!
/*
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.extensions.queries.ExtensionQueryModel.
*/
package io.sphere.sdk.extensions.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.extensions.*;
import io.sphere.sdk.types.queries.CustomResourceQueryModelImpl;
final class ExtensionQueryModelImpl extends CustomResourceQueryModelImpl implements ExtensionQueryModel {
ExtensionQueryModelImpl(final QueryModel parent, final String pathSegment) {
super(parent, pathSegment);
}
public final io.sphere.sdk.queries.StringQuerySortingModel key() {
return stringQuerySortingModel("key");
}
}