public static class UpdateItemModifierListsRequest.Builder extends Object
UpdateItemModifierListsRequest.| Constructor and Description |
|---|
Builder(List<String> itemIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateItemModifierListsRequest |
build()
Builds a new
UpdateItemModifierListsRequest object using the set fields. |
UpdateItemModifierListsRequest.Builder |
itemIds(List<String> itemIds)
Setter for itemIds.
|
UpdateItemModifierListsRequest.Builder |
modifierListsToDisable(List<String> modifierListsToDisable)
Setter for modifierListsToDisable.
|
UpdateItemModifierListsRequest.Builder |
modifierListsToEnable(List<String> modifierListsToEnable)
Setter for modifierListsToEnable.
|
public UpdateItemModifierListsRequest.Builder itemIds(List<String> itemIds)
itemIds - List of String value for itemIds.public UpdateItemModifierListsRequest.Builder modifierListsToEnable(List<String> modifierListsToEnable)
modifierListsToEnable - List of String value for modifierListsToEnable.public UpdateItemModifierListsRequest.Builder modifierListsToDisable(List<String> modifierListsToDisable)
modifierListsToDisable - List of String value for modifierListsToDisable.public UpdateItemModifierListsRequest build()
UpdateItemModifierListsRequest object using the set fields.UpdateItemModifierListsRequestCopyright © 2022. All rights reserved.