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

io.sphere.sdk.carts.queries.ItemStateCollectionQueryModel Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.carts.queries;

import io.sphere.sdk.queries.LongQueryModel;
import io.sphere.sdk.queries.ReferenceQueryModel;
import io.sphere.sdk.states.State;

public interface ItemStateCollectionQueryModel {
    ReferenceQueryModel state();

    LongQueryModel quantity();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy