Package com.onslip360
Class API.Stored_ProductGroup
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Stored_ProductGroup>
 - 
- com.onslip360.API.Stored_ProductGroup
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Stored_ProductGroup>>
- Enclosing class:
 - API
 
public static class API.Stored_ProductGroup extends Onslip360Object<API.Stored_ProductGroup>
 
- 
- 
Constructor Summary
Constructors Constructor Description Stored_ProductGroup(String created, Long id, String name, API.ProductGroup.Type type, String updated, Float vatRate) 
- 
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()
 
- 
kitchenPrinter
@Nonnull public Optional<API.Peripheral.Function> kitchenPrinter()
 
- 
name
@Nonnull public String name()
 
- 
secondaryKitchenPrinterMode
@Nonnull public Optional<API.ProductGroup.SecondaryKitchenPrinterMode> secondaryKitchenPrinterMode()
 
- 
secondaryKitchenPrinters
@Nonnull public Optional<API.Peripheral.Function[]> secondaryKitchenPrinters()
 
- 
type
@Nonnull public API.ProductGroup.Type type()
 
- 
updated
@Nonnull public String updated()
 
- 
vatRate
@Nonnull public Float vatRate()
 
- 
account
@Nonnull public API.Stored_ProductGroup account(@Nullable Integer account)
 
- 
alert
@Nonnull public API.Stored_ProductGroup alert(@Nullable String alert)
 
- 
created
@Nonnull public API.Stored_ProductGroup created(String created)
 
- 
deleted
@Nonnull public API.Stored_ProductGroup deleted(@Nullable String deleted)
 
- 
discountAccount
@Nonnull public API.Stored_ProductGroup discountAccount(@Nullable Integer discountAccount)
 
- 
id
@Nonnull public API.Stored_ProductGroup id(Long id)
 
- 
kitchenPrinter
@Nonnull public API.Stored_ProductGroup kitchenPrinter(@Nullable API.Peripheral.Function kitchenPrinter)
 
- 
labels
@Nonnull public API.Stored_ProductGroup labels(@Nullable Long[] labels)
 
- 
modifiers
@Nonnull public API.Stored_ProductGroup modifiers(@Nullable Long[] modifiers)
 
- 
name
@Nonnull public API.Stored_ProductGroup name(String name)
 
- 
secondaryKitchenPrinterMode
@Nonnull public API.Stored_ProductGroup secondaryKitchenPrinterMode(@Nullable API.ProductGroup.SecondaryKitchenPrinterMode secondaryKitchenPrinterMode)
 
- 
secondaryKitchenPrinters
@Nonnull public API.Stored_ProductGroup secondaryKitchenPrinters(@Nullable API.Peripheral.Function[] secondaryKitchenPrinters)
 
- 
tags
@Nonnull public API.Stored_ProductGroup tags(@Nullable String[] tags)
 
- 
type
@Nonnull public API.Stored_ProductGroup type(API.ProductGroup.Type type)
 
- 
undiscountable
@Nonnull public API.Stored_ProductGroup undiscountable(@Nullable Boolean undiscountable)
 
- 
updated
@Nonnull public API.Stored_ProductGroup updated(String updated)
 
- 
updatedBy
@Nonnull public API.Stored_ProductGroup updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.Stored_ProductGroup updatedFrom(@Nullable Long updatedFrom)
 
- 
vatAccount
@Nonnull public API.Stored_ProductGroup vatAccount(@Nullable Integer vatAccount)
 
- 
vatRate
@Nonnull public API.Stored_ProductGroup vatRate(Float vatRate)
 
 - 
 
 -