Package com.onslip360
Class API.Stored_Product
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Stored_Product>
 - 
- com.onslip360.API.Stored_Product
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Stored_Product>>
- Enclosing class:
 - API
 
public static class API.Stored_Product extends Onslip360Object<API.Stored_Product>
 
- 
- 
Method Summary
- 
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
created
@Nonnull public String created()
 
- 
id
@Nonnull public Long id()
 
- 
name
@Nonnull public String name()
 
- 
productGroup
@Nonnull public Long productGroup()
 
- 
type
@Nonnull public Optional<API.Product.Type> type()
 
- 
updated
@Nonnull public String updated()
 
- 
alert
@Nonnull public API.Stored_Product alert(@Nullable String alert)
 
- 
brand
@Nonnull public API.Stored_Product brand(@Nullable String brand)
 
- 
created
@Nonnull public API.Stored_Product created(String created)
 
- 
defaultQuantity
@Nonnull public API.Stored_Product defaultQuantity(@Nullable Float defaultQuantity)
 
- 
deleted
@Nonnull public API.Stored_Product deleted(@Nullable String deleted)
 
- 
description
@Nonnull public API.Stored_Product description(@Nullable String description)
 
- 
descriptionT9N
@Nonnull public API.Stored_Product descriptionT9N(@Nullable String[][] descriptionT9N)
 
- 
ean
@Nonnull public API.Stored_Product ean(@Nullable String ean)
 
- 
expiration
@Nonnull public API.Stored_Product expiration(@Nullable String expiration)
 
- 
htmlDescription
@Nonnull public API.Stored_Product htmlDescription(@Nullable String htmlDescription)
 
- 
htmlDescriptionT9N
@Nonnull public API.Stored_Product htmlDescriptionT9N(@Nullable String[][] htmlDescriptionT9N)
 
- 
id
@Nonnull public API.Stored_Product id(Long id)
 
- 
labels
@Nonnull public API.Stored_Product labels(@Nullable Long[] labels)
 
- 
modelNumber
@Nonnull public API.Stored_Product modelNumber(@Nullable String modelNumber)
 
- 
modifiers
@Nonnull public API.Stored_Product modifiers(@Nullable Long[] modifiers)
 
- 
name
@Nonnull public API.Stored_Product name(String name)
 
- 
nameT9N
@Nonnull public API.Stored_Product nameT9N(@Nullable String[][] nameT9N)
 
- 
plu
@Nonnull public API.Stored_Product plu(@Nullable Integer plu)
 
- 
price
@Nonnull public API.Stored_Product price(@Nullable Double price)
 
- 
productGroup
@Nonnull public API.Stored_Product productGroup(Long productGroup)
 
- 
purchasePrice
@Nonnull public API.Stored_Product purchasePrice(@Nullable Double purchasePrice)
 
- 
sku
@Nonnull public API.Stored_Product sku(@Nullable String sku)
 
- 
tags
@Nonnull public API.Stored_Product tags(@Nullable String[] tags)
 
- 
type
@Nonnull public API.Stored_Product type(@Nullable API.Product.Type type)
 
- 
unit
@Nonnull public API.Stored_Product unit(@Nullable String unit)
 
- 
updated
@Nonnull public API.Stored_Product updated(String updated)
 
- 
updatedBy
@Nonnull public API.Stored_Product updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.Stored_Product updatedFrom(@Nullable Long updatedFrom)
 
- 
voucherCouponProduct
@Nonnull public API.Stored_Product voucherCouponProduct(@Nullable Long voucherCouponProduct)
 
- 
voucherCouponQuantity
@Nonnull public API.Stored_Product voucherCouponQuantity(@Nullable Float voucherCouponQuantity)
 
- 
voucherPaymentMethod
@Nonnull public API.Stored_Product voucherPaymentMethod(@Nullable Long voucherPaymentMethod)
 
 - 
 
 -