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