io.sphere.sdk.cartdiscounts.queries.CartDiscountQueryModel 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.cartdiscounts.CartDiscount.
*/
package io.sphere.sdk.cartdiscounts.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.carts.queries.*;
import io.sphere.sdk.orders.queries.*;
import io.sphere.sdk.payments.queries.*;
import io.sphere.sdk.cartdiscounts.*;
import io.sphere.sdk.queries.ResourceQueryModel;
import io.sphere.sdk.types.queries.WithCustomQueryModel;
@HasQueryModelImplementation()
public interface CartDiscountQueryModel extends ResourceQueryModel, WithCustomQueryModel {
static CartDiscountQueryModel of() {
return new CartDiscountQueryModelImpl(null, null);
}
LocalizedStringQuerySortingModel name();
StringQuerySortingModel key();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy