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