public class UpdateItemModifierListsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateItemModifierListsRequest.Builder
Class to build instances of
UpdateItemModifierListsRequest. |
| Constructor and Description |
|---|
UpdateItemModifierListsRequest(List<String> itemIds,
List<String> modifierListsToEnable,
List<String> modifierListsToDisable)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getItemIds()
Getter for ItemIds.
|
List<String> |
getModifierListsToDisable()
Getter for ModifierListsToDisable.
|
List<String> |
getModifierListsToEnable()
Getter for ModifierListsToEnable.
|
int |
hashCode() |
UpdateItemModifierListsRequest.Builder |
toBuilder()
Builds a new
UpdateItemModifierListsRequest.Builder object. |
String |
toString()
Converts this UpdateItemModifierListsRequest into string format.
|
public UpdateItemModifierListsRequest(List<String> itemIds, List<String> modifierListsToEnable, List<String> modifierListsToDisable)
itemIds - List of String value for itemIds.modifierListsToEnable - List of String value for modifierListsToEnable.modifierListsToDisable - List of String value for modifierListsToDisable.public List<String> getItemIds()
public List<String> getModifierListsToEnable()
public List<String> getModifierListsToDisable()
public String toString()
public UpdateItemModifierListsRequest.Builder toBuilder()
UpdateItemModifierListsRequest.Builder object.
Creates the instance with the state of the current model.UpdateItemModifierListsRequest.Builder objectCopyright © 2022. All rights reserved.