public static interface InventoryFilter.Builder extends SdkPojo, CopyableBuilder<InventoryFilter.Builder,InventoryFilter>
| Modifier and Type | Method and Description |
|---|---|
InventoryFilter.Builder |
condition(InventoryFilterCondition condition)
The condition of the filter.
|
InventoryFilter.Builder |
condition(String condition)
The condition of the filter.
|
InventoryFilter.Builder |
name(String name)
The name of the filter.
|
InventoryFilter.Builder |
value(String value)
Value of the filter.
|
copyapplyMutation, buildInventoryFilter.Builder name(String name)
The name of the filter.
name - The name of the filter.InventoryFilter.Builder condition(String condition)
The condition of the filter.
condition - The condition of the filter.InventoryFilterCondition,
InventoryFilterConditionInventoryFilter.Builder condition(InventoryFilterCondition condition)
The condition of the filter.
condition - The condition of the filter.InventoryFilterCondition,
InventoryFilterConditionInventoryFilter.Builder value(String value)
Value of the filter.
value - Value of the filter.Copyright © 2019. All rights reserved.