Package com.onslip360
Class API.TakeOutConfig
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.TakeOutConfig>
 - 
- com.onslip360.API.TakeOutConfig
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.TakeOutConfig>>
- Enclosing class:
 - API
 
public static class API.TakeOutConfig extends Onslip360Object<API.TakeOutConfig>
 
- 
- 
Constructor Summary
Constructors Constructor Description TakeOutConfig(Long buttonMap) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<API.File>banner()API.TakeOutConfigbanner(API.File banner)LongbuttonMap()API.TakeOutConfigbuttonMap(Long buttonMap)Optional<String>customerMessage()API.TakeOutConfigcustomerMessage(String customerMessage)Optional<String>lastOrder()API.TakeOutConfiglastOrder(String lastOrder)Optional<API.File>logo()API.TakeOutConfiglogo(API.File logo)Optional<String[]>orderTimes()API.TakeOutConfigorderTimes(String[] orderTimes)Optional<String[]>schedules()API.TakeOutConfigschedules(String[] schedules)- 
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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
TakeOutConfig
public TakeOutConfig(Long buttonMap)
 
 - 
 
- 
Method Detail
- 
buttonMap
@Nonnull public Long buttonMap()
 
- 
banner
@Nonnull public API.TakeOutConfig banner(@Nullable API.File banner)
 
- 
buttonMap
@Nonnull public API.TakeOutConfig buttonMap(Long buttonMap)
 
- 
customerMessage
@Nonnull public API.TakeOutConfig customerMessage(@Nullable String customerMessage)
 
- 
lastOrder
@Nonnull public API.TakeOutConfig lastOrder(@Nullable String lastOrder)
 
- 
logo
@Nonnull public API.TakeOutConfig logo(@Nullable API.File logo)
 
- 
orderTimes
@Nonnull public API.TakeOutConfig orderTimes(@Nullable String[] orderTimes)
 
- 
schedules
@Nonnull public API.TakeOutConfig schedules(@Nullable String[] schedules)
 
 - 
 
 -