Class CollectionQueryPredicate
java.lang.Object
com.commercetools.api.predicates.query.CollectionQueryPredicate
- All Implemented Interfaces:
CollectionPredicate<QueryPredicate>
,Predicate
,QueryPredicate
public class CollectionQueryPredicate
extends Object
implements CollectionPredicate<QueryPredicate>, QueryPredicate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddPredicate
(QueryPredicate predicate) static CollectionQueryPredicate
of()
predicates
(Collection<QueryPredicate> predicates) render()
-
Constructor Details
-
CollectionQueryPredicate
-
CollectionQueryPredicate
public CollectionQueryPredicate()
-
-
Method Details
-
predicates
- Specified by:
predicates
in interfaceCollectionPredicate<QueryPredicate>
-
predicates
-
addPredicate
-
render
-
of
-