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