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