All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.cartdiscounts.queries.CartDiscountQueryModel Maven / Gradle / Ivy

There is a newer version: 2.16.0
Show newest version
package io.sphere.sdk.cartdiscounts.queries;

import io.sphere.sdk.cartdiscounts.CartDiscount;
import io.sphere.sdk.queries.LocalizedStringQuerySortingModel;
import io.sphere.sdk.queries.ResourceQueryModel;

public interface CartDiscountQueryModel extends ResourceQueryModel {
    LocalizedStringQuerySortingModel name();

    static CartDiscountQueryModel of() {
        return new CartDiscountQueryModelImpl(null, null);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy