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