public class UpdateItemModifierListsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateItemModifierListsRequest.Builder
Class to build instances of
UpdateItemModifierListsRequest. |
| Modifier | Constructor and Description |
|---|---|
|
UpdateItemModifierListsRequest(List<String> itemIds,
List<String> modifierListsToEnable,
List<String> modifierListsToDisable)
Initialization constructor.
|
protected |
UpdateItemModifierListsRequest(List<String> itemIds,
io.apimatic.core.types.OptionalNullable<List<String>> modifierListsToEnable,
io.apimatic.core.types.OptionalNullable<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() |
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetModifierListsToDisable()
Internal Getter for ModifierListsToDisable.
|
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetModifierListsToEnable()
Internal Getter for ModifierListsToEnable.
|
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.protected UpdateItemModifierListsRequest(List<String> itemIds, io.apimatic.core.types.OptionalNullable<List<String>> modifierListsToEnable, io.apimatic.core.types.OptionalNullable<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()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetModifierListsToEnable()
public List<String> getModifierListsToEnable()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetModifierListsToDisable()
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 © 2024. All rights reserved.