
io.sphere.sdk.queries.AddressCollectionQueryModel Maven / Gradle / Ivy
The newest version!
package io.sphere.sdk.queries;
import io.sphere.sdk.queries.AddressQueryModel;
import io.sphere.sdk.queries.CollectionQueryModel;
import io.sphere.sdk.queries.QueryModel;
import io.sphere.sdk.queries.QueryPredicate;
public interface AddressCollectionQueryModel extends QueryModel, CollectionQueryModel {
@Override
QueryPredicate isEmpty();
@Override
QueryPredicate isNotEmpty();
AddressQueryModel address();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy