Package com.onslip360
Class API.Stored_CompanyConfig
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Stored_CompanyConfig>
-
- com.onslip360.API.Stored_CompanyConfig
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Stored_CompanyConfig>>
- Enclosing class:
- API
public static class API.Stored_CompanyConfig extends Onslip360Object<API.Stored_CompanyConfig>
-
-
Constructor Summary
Constructors Constructor Description Stored_CompanyConfig(String created, Long id, String updated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<API.AccountConfig>
accountConfig()
API.Stored_CompanyConfig
accountConfig(API.AccountConfig accountConfig)
String
created()
API.Stored_CompanyConfig
created(String created)
Optional<String>
deleted()
API.Stored_CompanyConfig
deleted(String deleted)
Optional<Boolean>
gratuityHandling()
API.Stored_CompanyConfig
gratuityHandling(Boolean gratuityHandling)
Long
id()
API.Stored_CompanyConfig
id(Long id)
Optional<Long[]>
labels()
API.Stored_CompanyConfig
labels(Long[] labels)
Optional<String[]>
tags()
API.Stored_CompanyConfig
tags(String[] tags)
String
updated()
API.Stored_CompanyConfig
updated(String updated)
Optional<Long>
updatedBy()
API.Stored_CompanyConfig
updatedBy(Long updatedBy)
Optional<Long>
updatedFrom()
API.Stored_CompanyConfig
updatedFrom(Long updatedFrom)
-
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 Optional<API.AccountConfig> accountConfig()
-
created
@Nonnull public String created()
-
id
@Nonnull public Long id()
-
updated
@Nonnull public String updated()
-
accountConfig
@Nonnull public API.Stored_CompanyConfig accountConfig(@Nullable API.AccountConfig accountConfig)
-
created
@Nonnull public API.Stored_CompanyConfig created(String created)
-
deleted
@Nonnull public API.Stored_CompanyConfig deleted(@Nullable String deleted)
-
gratuityHandling
@Nonnull public API.Stored_CompanyConfig gratuityHandling(@Nullable Boolean gratuityHandling)
-
id
@Nonnull public API.Stored_CompanyConfig id(Long id)
-
labels
@Nonnull public API.Stored_CompanyConfig labels(@Nullable Long[] labels)
-
tags
@Nonnull public API.Stored_CompanyConfig tags(@Nullable String[] tags)
-
updated
@Nonnull public API.Stored_CompanyConfig updated(String updated)
-
updatedBy
@Nonnull public API.Stored_CompanyConfig updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Stored_CompanyConfig updatedFrom(@Nullable Long updatedFrom)
-
-