public class UpdateItemTaxesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateItemTaxesRequest.Builder
Class to build instances of
UpdateItemTaxesRequest. |
| Modifier | Constructor and Description |
|---|---|
|
UpdateItemTaxesRequest(List<String> itemIds,
List<String> taxesToEnable,
List<String> taxesToDisable)
Initialization constructor.
|
protected |
UpdateItemTaxesRequest(List<String> itemIds,
io.apimatic.core.types.OptionalNullable<List<String>> taxesToEnable,
io.apimatic.core.types.OptionalNullable<List<String>> taxesToDisable)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getItemIds()
Getter for ItemIds.
|
List<String> |
getTaxesToDisable()
Getter for TaxesToDisable.
|
List<String> |
getTaxesToEnable()
Getter for TaxesToEnable.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetTaxesToDisable()
Internal Getter for TaxesToDisable.
|
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetTaxesToEnable()
Internal Getter for TaxesToEnable.
|
UpdateItemTaxesRequest.Builder |
toBuilder()
Builds a new
UpdateItemTaxesRequest.Builder object. |
String |
toString()
Converts this UpdateItemTaxesRequest into string format.
|
public UpdateItemTaxesRequest(List<String> itemIds, List<String> taxesToEnable, List<String> taxesToDisable)
itemIds - List of String value for itemIds.taxesToEnable - List of String value for taxesToEnable.taxesToDisable - List of String value for taxesToDisable.public List<String> getItemIds()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetTaxesToEnable()
public List<String> getTaxesToEnable()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetTaxesToDisable()
public List<String> getTaxesToDisable()
public String toString()
public UpdateItemTaxesRequest.Builder toBuilder()
UpdateItemTaxesRequest.Builder object.
Creates the instance with the state of the current model.UpdateItemTaxesRequest.Builder objectCopyright © 2023. All rights reserved.