Package com.onslip360
Class API.Location
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Location>
-
- com.onslip360.API.Location
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Location>>
- Enclosing class:
- API
public static class API.Location extends Onslip360Object<API.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
-
-
-
-
Constructor Detail
-
Location
public Location(String name)
-
-
Method Detail
-
accountConfig
@Nonnull public Optional<API.AccountConfig> accountConfig()
-
config
@Nonnull public Optional<API.LocationConfig> config()
-
name
@Nonnull public String name()
-
receiptLogoGray
@Nonnull public Optional<byte[]> receiptLogoGray()
-
receiptLogoMono
@Nonnull public Optional<byte[]> receiptLogoMono()
-
takeOutConfig
@Nonnull public Optional<API.TakeOutConfig> takeOutConfig()
-
accountConfig
@Nonnull public API.Location accountConfig(@Nullable API.AccountConfig accountConfig)
-
address
@Nonnull public API.Location address(@Nullable String address)
-
companyName
@Nonnull public API.Location companyName(@Nullable String companyName)
-
config
@Nonnull public API.Location config(@Nullable API.LocationConfig config)
-
created
@Nonnull public API.Location created(@Nullable String created)
-
customerScreenLogo
@Nonnull public API.Location customerScreenLogo(@Nullable API.File customerScreenLogo)
-
deleted
@Nonnull public API.Location deleted(@Nullable String deleted)
-
email
@Nonnull public API.Location email(@Nullable String email)
-
id
@Nonnull public API.Location id(@Nullable Long id)
-
labels
@Nonnull public API.Location labels(@Nullable Long[] labels)
-
name
@Nonnull public API.Location name(String name)
-
phoneNumber
@Nonnull public API.Location phoneNumber(@Nullable String phoneNumber)
-
receiptFooter
@Nonnull public API.Location receiptFooter(@Nullable String receiptFooter)
-
receiptHeader
@Nonnull public API.Location receiptHeader(@Nullable String receiptHeader)
-
receiptLogo
@Nonnull public API.Location receiptLogo(@Nullable API.File receiptLogo)
-
receiptLogoGray
@Nonnull public API.Location receiptLogoGray(@Nullable byte[] receiptLogoGray)
-
receiptLogoMono
@Nonnull public API.Location receiptLogoMono(@Nullable byte[] receiptLogoMono)
-
tags
@Nonnull public API.Location tags(@Nullable String[] tags)
-
takeOutConfig
@Nonnull public API.Location takeOutConfig(@Nullable API.TakeOutConfig takeOutConfig)
-
updated
@Nonnull public API.Location updated(@Nullable String updated)
-
updatedBy
@Nonnull public API.Location updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Location updatedFrom(@Nullable Long updatedFrom)
-
webAddress
@Nonnull public API.Location webAddress(@Nullable String webAddress)
-
-