public class ItemVariationLocationOverrides extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemVariationLocationOverrides.Builder
Class to build instances of
ItemVariationLocationOverrides. |
| Constructor and Description |
|---|
ItemVariationLocationOverrides(String locationId,
Money priceMoney,
String pricingType,
Boolean trackInventory,
String inventoryAlertType,
Long inventoryAlertThreshold,
Boolean soldOut,
String soldOutValidUntil)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getInventoryAlertThreshold()
Getter for InventoryAlertThreshold.
|
String |
getInventoryAlertType()
Getter for InventoryAlertType.
|
String |
getLocationId()
Getter for LocationId.
|
Money |
getPriceMoney()
Getter for PriceMoney.
|
String |
getPricingType()
Getter for PricingType.
|
Boolean |
getSoldOut()
Getter for SoldOut.
|
String |
getSoldOutValidUntil()
Getter for SoldOutValidUntil.
|
Boolean |
getTrackInventory()
Getter for TrackInventory.
|
int |
hashCode() |
ItemVariationLocationOverrides.Builder |
toBuilder()
Builds a new
ItemVariationLocationOverrides.Builder object. |
String |
toString()
Converts this ItemVariationLocationOverrides into string format.
|
public ItemVariationLocationOverrides(String locationId, Money priceMoney, String pricingType, Boolean trackInventory, String inventoryAlertType, Long inventoryAlertThreshold, Boolean soldOut, String soldOutValidUntil)
locationId - String value for locationId.priceMoney - Money value for priceMoney.pricingType - String value for pricingType.trackInventory - Boolean value for trackInventory.inventoryAlertType - String value for inventoryAlertType.inventoryAlertThreshold - Long value for inventoryAlertThreshold.soldOut - Boolean value for soldOut.soldOutValidUntil - String value for soldOutValidUntil.public String getLocationId()
public Money getPriceMoney()
public String getPricingType()
public Boolean getTrackInventory()
public String getInventoryAlertType()
public Long getInventoryAlertThreshold()
public Boolean getSoldOut()
public String getSoldOutValidUntil()
public String toString()
public ItemVariationLocationOverrides.Builder toBuilder()
ItemVariationLocationOverrides.Builder object.
Creates the instance with the state of the current model.ItemVariationLocationOverrides.Builder objectCopyright © 2022. All rights reserved.