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