Package com.onslip360
Class API.Stored_Company
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Stored_Company>
-
- com.onslip360.API.Stored_Company
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Stored_Company>>
- Enclosing class:
- API
public static class API.Stored_Company extends Onslip360Object<API.Stored_Company>
-
-
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
-
address
@Nonnull public String address()
-
alias
@Nonnull public String alias()
-
businessCategory
@Nonnull public Optional<API.Company.Category> businessCategory()
-
created
@Nonnull public String created()
-
derivationBaseKey
@Nonnull public Optional<byte[]> derivationBaseKey()
-
feature
@Nonnull public Optional<API.CompanyFeature> feature()
-
id
@Nonnull public Long id()
-
name
@Nonnull public String name()
-
orgNumber
@Nonnull public String orgNumber()
-
phoneNumber
@Nonnull public String phoneNumber()
-
registrationType
@Nonnull public Optional<API.Company.RegistrationType> registrationType()
-
resellerParams
@Nonnull public Optional<API.ResellerParams> resellerParams()
-
type
@Nonnull public Optional<API.Company.Type> type()
-
updated
@Nonnull public String updated()
-
address
@Nonnull public API.Stored_Company address(String address)
-
alias
@Nonnull public API.Stored_Company alias(String alias)
-
businessCategory
@Nonnull public API.Stored_Company businessCategory(@Nullable API.Company.Category businessCategory)
-
created
@Nonnull public API.Stored_Company created(String created)
-
currency
@Nonnull public API.Stored_Company currency(@Nullable String currency)
-
deleted
@Nonnull public API.Stored_Company deleted(@Nullable String deleted)
-
derivationBaseKey
@Nonnull public API.Stored_Company derivationBaseKey(@Nullable byte[] derivationBaseKey)
-
email
@Nonnull public API.Stored_Company email(@Nullable String email)
-
feature
@Nonnull public API.Stored_Company feature(@Nullable API.CompanyFeature feature)
-
id
@Nonnull public API.Stored_Company id(Long id)
-
locale
@Nonnull public API.Stored_Company locale(@Nullable String locale)
-
name
@Nonnull public API.Stored_Company name(String name)
-
orgNumber
@Nonnull public API.Stored_Company orgNumber(String orgNumber)
-
phoneNumber
@Nonnull public API.Stored_Company phoneNumber(String phoneNumber)
-
registrationType
@Nonnull public API.Stored_Company registrationType(@Nullable API.Company.RegistrationType registrationType)
-
reseller
@Nonnull public API.Stored_Company reseller(@Nullable Long reseller)
-
resellerParams
@Nonnull public API.Stored_Company resellerParams(@Nullable API.ResellerParams resellerParams)
-
salesBreakpointHour
@Nonnull public API.Stored_Company salesBreakpointHour(@Nullable Integer salesBreakpointHour)
-
secondaryLocale
@Nonnull public API.Stored_Company secondaryLocale(@Nullable String secondaryLocale)
-
tags
@Nonnull public API.Stored_Company tags(@Nullable String[] tags)
-
terminated
@Nonnull public API.Stored_Company terminated(@Nullable String terminated)
-
timeZone
@Nonnull public API.Stored_Company timeZone(@Nullable String timeZone)
-
type
@Nonnull public API.Stored_Company type(@Nullable API.Company.Type type)
-
updated
@Nonnull public API.Stored_Company updated(String updated)
-
updatedBy
@Nonnull public API.Stored_Company updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.Stored_Company updatedFrom(@Nullable Long updatedFrom)
-
webAddress
@Nonnull public API.Stored_Company webAddress(@Nullable String webAddress)
-
-