Interface OrderSearchCompoundExpression
- All Superinterfaces:
OrderSearchQuery
- All Known Subinterfaces:
OrderSearchAndExpression
,OrderSearchFilterExpression
,OrderSearchNotExpression
,OrderSearchOrExpression
OrderSearchCompoundExpression
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
OrderSearchCompoundExpression orderSearchCompoundExpression = OrderSearchCompoundExpression.builder()
.build()
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for OrderSearchCompoundExpressionbuilder
(OrderSearchCompoundExpression template) create builder for OrderSearchCompoundExpression instancedeepCopy
(OrderSearchCompoundExpression template) factory method to create a deep copy of OrderSearchCompoundExpressionof()
factory methodof
(OrderSearchCompoundExpression template) factory method to create a shallow copy OrderSearchCompoundExpressionstatic com.fasterxml.jackson.core.type.TypeReference<OrderSearchCompoundExpression>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.order.OrderSearchQuery
withOrderSearchQuery
-
Method Details
-
of
factory method- Returns:
- instance of OrderSearchCompoundExpression
-
of
factory method to create a shallow copy OrderSearchCompoundExpression- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
@Nullable static OrderSearchCompoundExpression deepCopy(@Nullable OrderSearchCompoundExpression template) factory method to create a deep copy of OrderSearchCompoundExpression- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for OrderSearchCompoundExpression- Returns:
- builder
-
builder
create builder for OrderSearchCompoundExpression instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withOrderSearchCompoundExpression
accessor map function- Type Parameters:
T
- mapped type- Parameters:
helper
- function to map the object- Returns:
- mapped value
-
typeReference
gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-