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_LocationConfig
autoCloseBatchSchedules(Erasable<String[]> autoCloseBatchSchedules)
API.Partial_LocationConfig
autoCloseBatchSchedules(String[] autoCloseBatchSchedules)
Erasable<Long>
buttonMap()
API.Partial_LocationConfig
buttonMap(Erasable<Long> buttonMap)
API.Partial_LocationConfig
buttonMap(Long buttonMap)
Erasable<Boolean>
customerScreenRegistration()
API.Partial_LocationConfig
customerScreenRegistration(Erasable<Boolean> customerScreenRegistration)
API.Partial_LocationConfig
customerScreenRegistration(Boolean customerScreenRegistration)
Erasable<Boolean>
registerCustomer()
API.Partial_LocationConfig
registerCustomer(Erasable<Boolean> registerCustomer)
API.Partial_LocationConfig
registerCustomer(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)
-
-