Package com.onslip360
Class API.Product
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Product>
-
- com.onslip360.API.Product
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Product>>
- Enclosing class:
- API
public static class API.Product extends Onslip360Object<API.Product>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
API.Product.Type
-
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
-
name
@Nonnull public String name()
-
productGroup
@Nonnull public Long productGroup()
-
type
@Nonnull public Optional<API.Product.Type> type()
-
alert
@Nonnull public API.Product alert(@Nullable String alert)
-
brand
@Nonnull public API.Product brand(@Nullable String brand)
-
created
@Nonnull public API.Product created(@Nullable String created)
-
defaultQuantity
@Nonnull public API.Product defaultQuantity(@Nullable Float defaultQuantity)
-
deleted
@Nonnull public API.Product deleted(@Nullable String deleted)
-
description
@Nonnull public API.Product description(@Nullable String description)
-
descriptionT9N
@Nonnull public API.Product descriptionT9N(@Nullable String[][] descriptionT9N)
-
ean
@Nonnull public API.Product ean(@Nullable String ean)
-
expiration
@Nonnull public API.Product expiration(@Nullable String expiration)
-
htmlDescription
@Nonnull public API.Product htmlDescription(@Nullable String htmlDescription)
-
htmlDescriptionT9N
@Nonnull public API.Product htmlDescriptionT9N(@Nullable String[][] htmlDescriptionT9N)
-
id
@Nonnull public API.Product id(@Nullable Long id)
-
labels
@Nonnull public API.Product labels(@Nullable Long[] labels)
-
modelNumber
@Nonnull public API.Product modelNumber(@Nullable String modelNumber)
-
modifiers
@Nonnull public API.Product modifiers(@Nullable Long[] modifiers)
-
name
@Nonnull public API.Product name(String name)
-
nameT9N
@Nonnull public API.Product nameT9N(@Nullable String[][] nameT9N)
-
plu
@Nonnull public API.Product plu(@Nullable Integer plu)
-
price
@Nonnull public API.Product price(@Nullable Double price)
-
productGroup
@Nonnull public API.Product productGroup(Long productGroup)
-
purchasePrice
@Nonnull public API.Product purchasePrice(@Nullable Double purchasePrice)
-
sku
@Nonnull public API.Product sku(@Nullable String sku)
-
tags
@Nonnull public API.Product tags(@Nullable String[] tags)
-
type
@Nonnull public API.Product type(@Nullable API.Product.Type type)
-
unit
@Nonnull public API.Product unit(@Nullable String unit)
-
updated
@Nonnull public API.Product updated(@Nullable String updated)
-
updatedBy
@Nonnull public API.Product updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Product updatedFrom(@Nullable Long updatedFrom)
-
voucherCouponProduct
@Nonnull public API.Product voucherCouponProduct(@Nullable Long voucherCouponProduct)
-
voucherCouponQuantity
@Nonnull public API.Product voucherCouponQuantity(@Nullable Float voucherCouponQuantity)
-
voucherPaymentMethod
@Nonnull public API.Product voucherPaymentMethod(@Nullable Long voucherPaymentMethod)
-
-