Package com.onslip360
Class API.Partial_KitchenPrinterConfig
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_KitchenPrinterConfig>
-
- com.onslip360.API.Partial_KitchenPrinterConfig
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_KitchenPrinterConfig>>
- Enclosing class:
- API
public static class API.Partial_KitchenPrinterConfig extends Onslip360Object<API.Partial_KitchenPrinterConfig>
-
-
Constructor Summary
Constructors Constructor Description Partial_KitchenPrinterConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Erasable<API.KitchenPrinterConfig.ItemOrder>
itemOrder()
API.Partial_KitchenPrinterConfig
itemOrder(API.KitchenPrinterConfig.ItemOrder itemOrder)
API.Partial_KitchenPrinterConfig
itemOrder(Erasable<API.KitchenPrinterConfig.ItemOrder> itemOrder)
Erasable<Long[]>
sectionLabels()
API.Partial_KitchenPrinterConfig
sectionLabels(Erasable<Long[]> sectionLabels)
API.Partial_KitchenPrinterConfig
sectionLabels(Long[] sectionLabels)
-
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
-
itemOrder
@Nonnull public Erasable<API.KitchenPrinterConfig.ItemOrder> itemOrder()
-
itemOrder
@Nonnull public API.Partial_KitchenPrinterConfig itemOrder(@Nullable API.KitchenPrinterConfig.ItemOrder itemOrder)
-
itemOrder
@Nonnull public API.Partial_KitchenPrinterConfig itemOrder(@Nullable Erasable<API.KitchenPrinterConfig.ItemOrder> itemOrder)
-
sectionLabels
@Nonnull public API.Partial_KitchenPrinterConfig sectionLabels(@Nullable Long[] sectionLabels)
-
sectionLabels
@Nonnull public API.Partial_KitchenPrinterConfig sectionLabels(@Nullable Erasable<Long[]> sectionLabels)
-
-