Package com.onslip360
Class API.Partial_Location
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Location>
 - 
- com.onslip360.API.Partial_Location
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Location>>
- Enclosing class:
 - API
 
public static class API.Partial_Location extends Onslip360Object<API.Partial_Location>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Location() 
- 
Method Summary
- 
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
- 
accountConfig
@Nonnull public Erasable<API.Partial_AccountConfig> accountConfig()
 
- 
config
@Nonnull public Erasable<API.Partial_LocationConfig> config()
 
- 
customerScreenLogo
@Nonnull public Erasable<API.Partial_File> customerScreenLogo()
 
- 
receiptLogo
@Nonnull public Erasable<API.Partial_File> receiptLogo()
 
- 
receiptLogoGray
@Nonnull public Erasable<byte[]> receiptLogoGray()
 
- 
receiptLogoMono
@Nonnull public Erasable<byte[]> receiptLogoMono()
 
- 
takeOutConfig
@Nonnull public Erasable<API.Partial_TakeOutConfig> takeOutConfig()
 
- 
accountConfig
@Nonnull public API.Partial_Location accountConfig(@Nullable API.Partial_AccountConfig accountConfig)
 
- 
accountConfig
@Nonnull public API.Partial_Location accountConfig(@Nullable Erasable<API.Partial_AccountConfig> accountConfig)
 
- 
address
@Nonnull public API.Partial_Location address(@Nullable String address)
 
- 
address
@Nonnull public API.Partial_Location address(@Nullable Erasable<String> address)
 
- 
companyName
@Nonnull public API.Partial_Location companyName(@Nullable String companyName)
 
- 
companyName
@Nonnull public API.Partial_Location companyName(@Nullable Erasable<String> companyName)
 
- 
config
@Nonnull public API.Partial_Location config(@Nullable API.Partial_LocationConfig config)
 
- 
config
@Nonnull public API.Partial_Location config(@Nullable Erasable<API.Partial_LocationConfig> config)
 
- 
customerScreenLogo
@Nonnull public API.Partial_Location customerScreenLogo(@Nullable API.Partial_File customerScreenLogo)
 
- 
customerScreenLogo
@Nonnull public API.Partial_Location customerScreenLogo(@Nullable Erasable<API.Partial_File> customerScreenLogo)
 
- 
deleted
@Nonnull public API.Partial_Location deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Location deleted(@Nullable Erasable<String> deleted)
 
- 
email
@Nonnull public API.Partial_Location email(@Nullable String email)
 
- 
email
@Nonnull public API.Partial_Location email(@Nullable Erasable<String> email)
 
- 
labels
@Nonnull public API.Partial_Location labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_Location labels(@Nullable Erasable<Long[]> labels)
 
- 
name
@Nonnull public API.Partial_Location name(@Nullable String name)
 
- 
phoneNumber
@Nonnull public API.Partial_Location phoneNumber(@Nullable String phoneNumber)
 
- 
phoneNumber
@Nonnull public API.Partial_Location phoneNumber(@Nullable Erasable<String> phoneNumber)
 
- 
receiptFooter
@Nonnull public API.Partial_Location receiptFooter(@Nullable String receiptFooter)
 
- 
receiptFooter
@Nonnull public API.Partial_Location receiptFooter(@Nullable Erasable<String> receiptFooter)
 
- 
receiptHeader
@Nonnull public API.Partial_Location receiptHeader(@Nullable String receiptHeader)
 
- 
receiptHeader
@Nonnull public API.Partial_Location receiptHeader(@Nullable Erasable<String> receiptHeader)
 
- 
receiptLogo
@Nonnull public API.Partial_Location receiptLogo(@Nullable API.Partial_File receiptLogo)
 
- 
receiptLogo
@Nonnull public API.Partial_Location receiptLogo(@Nullable Erasable<API.Partial_File> receiptLogo)
 
- 
receiptLogoGray
@Nonnull public API.Partial_Location receiptLogoGray(@Nullable byte[] receiptLogoGray)
 
- 
receiptLogoGray
@Nonnull public API.Partial_Location receiptLogoGray(@Nullable Erasable<byte[]> receiptLogoGray)
 
- 
receiptLogoMono
@Nonnull public API.Partial_Location receiptLogoMono(@Nullable byte[] receiptLogoMono)
 
- 
receiptLogoMono
@Nonnull public API.Partial_Location receiptLogoMono(@Nullable Erasable<byte[]> receiptLogoMono)
 
- 
tags
@Nonnull public API.Partial_Location tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Location tags(@Nullable Erasable<String[]> tags)
 
- 
takeOutConfig
@Nonnull public API.Partial_Location takeOutConfig(@Nullable API.Partial_TakeOutConfig takeOutConfig)
 
- 
takeOutConfig
@Nonnull public API.Partial_Location takeOutConfig(@Nullable Erasable<API.Partial_TakeOutConfig> takeOutConfig)
 
- 
webAddress
@Nonnull public API.Partial_Location webAddress(@Nullable String webAddress)
 
- 
webAddress
@Nonnull public API.Partial_Location webAddress(@Nullable Erasable<String> webAddress)
 
 - 
 
 -