io.sphere.sdk.carts.queries.CartQueryModelImpl Maven / Gradle / Ivy
/*
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.carts.queries.CartQueryModel.
*/
package io.sphere.sdk.carts.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.carts.*;
final class CartQueryModelImpl extends CartLikeQueryModelImpl implements CartQueryModel {
CartQueryModelImpl(final QueryModel parent, final String pathSegment) {
super(parent, pathSegment);
}
public final io.sphere.sdk.queries.StringQuerySortingModel key() {
return stringQuerySortingModel("key");
}
public final io.sphere.sdk.queries.SphereEnumerationQueryModel cartState() {
return sphereEnumerationQueryModel("cartState");
}
public final io.sphere.sdk.queries.SphereEnumerationQueryModel taxCalculationMode() {
return sphereEnumerationQueryModel("taxCalculationMode");
}
public final io.sphere.sdk.queries.IntegerQuerySortingModel deleteDaysAfterLastModification() {
return integerQuerySortingModel("deleteDaysAfterLastModification");
}
public final io.sphere.sdk.queries.KeyReferenceQueryModel store() {
final String fieldName = "store";
return keyReferenceQueryModel(fieldName);
}
public final io.sphere.sdk.queries.SphereEnumerationQueryModel taxRoundingMode() {
return sphereEnumerationQueryModel("taxRoundingMode");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy