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

io.sphere.sdk.discountcodes.queries.DiscountCodeQueryModel Maven / Gradle / Ivy

There is a newer version: 2.16.0
Show 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.discountcodes.DiscountCode.

*/
package io.sphere.sdk.discountcodes.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.discountcodes.*;
import io.sphere.sdk.queries.ResourceQueryModel;
import io.sphere.sdk.types.queries.WithCustomQueryModel;

@HasQueryModelImplementation()

public interface DiscountCodeQueryModel extends ResourceQueryModel, WithCustomQueryModel {

    
    
    static DiscountCodeQueryModel of() {
        return new DiscountCodeQueryModelImpl(null, null);
}
    
    StringQuerySortingModel code();
    
    StringCollectionQueryModel groups();
    
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy