Package com.onslip360
Class API.Partial_Company
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Company>
 - 
- com.onslip360.API.Partial_Company
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Company>>
- Enclosing class:
 - API
 
public static class API.Partial_Company extends Onslip360Object<API.Partial_Company>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_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
- 
businessCategory
@Nonnull public Erasable<API.Company.Category> businessCategory()
 
- 
derivationBaseKey
@Nonnull public Erasable<byte[]> derivationBaseKey()
 
- 
feature
@Nonnull public Erasable<API.Partial_CompanyFeature> feature()
 
- 
registrationType
@Nonnull public Erasable<API.Company.RegistrationType> registrationType()
 
- 
resellerParams
@Nonnull public Erasable<API.Partial_ResellerParams> resellerParams()
 
- 
type
@Nonnull public Erasable<API.Company.Type> type()
 
- 
address
@Nonnull public API.Partial_Company address(@Nullable String address)
 
- 
alias
@Nonnull public API.Partial_Company alias(@Nullable String alias)
 
- 
businessCategory
@Nonnull public API.Partial_Company businessCategory(@Nullable API.Company.Category businessCategory)
 
- 
businessCategory
@Nonnull public API.Partial_Company businessCategory(@Nullable Erasable<API.Company.Category> businessCategory)
 
- 
currency
@Nonnull public API.Partial_Company currency(@Nullable String currency)
 
- 
currency
@Nonnull public API.Partial_Company currency(@Nullable Erasable<String> currency)
 
- 
deleted
@Nonnull public API.Partial_Company deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Company deleted(@Nullable Erasable<String> deleted)
 
- 
derivationBaseKey
@Nonnull public API.Partial_Company derivationBaseKey(@Nullable byte[] derivationBaseKey)
 
- 
derivationBaseKey
@Nonnull public API.Partial_Company derivationBaseKey(@Nullable Erasable<byte[]> derivationBaseKey)
 
- 
email
@Nonnull public API.Partial_Company email(@Nullable String email)
 
- 
email
@Nonnull public API.Partial_Company email(@Nullable Erasable<String> email)
 
- 
feature
@Nonnull public API.Partial_Company feature(@Nullable API.Partial_CompanyFeature feature)
 
- 
feature
@Nonnull public API.Partial_Company feature(@Nullable Erasable<API.Partial_CompanyFeature> feature)
 
- 
locale
@Nonnull public API.Partial_Company locale(@Nullable String locale)
 
- 
locale
@Nonnull public API.Partial_Company locale(@Nullable Erasable<String> locale)
 
- 
name
@Nonnull public API.Partial_Company name(@Nullable String name)
 
- 
orgNumber
@Nonnull public API.Partial_Company orgNumber(@Nullable String orgNumber)
 
- 
phoneNumber
@Nonnull public API.Partial_Company phoneNumber(@Nullable String phoneNumber)
 
- 
registrationType
@Nonnull public API.Partial_Company registrationType(@Nullable API.Company.RegistrationType registrationType)
 
- 
registrationType
@Nonnull public API.Partial_Company registrationType(@Nullable Erasable<API.Company.RegistrationType> registrationType)
 
- 
reseller
@Nonnull public API.Partial_Company reseller(@Nullable Long reseller)
 
- 
reseller
@Nonnull public API.Partial_Company reseller(@Nullable Erasable<Long> reseller)
 
- 
resellerParams
@Nonnull public API.Partial_Company resellerParams(@Nullable API.Partial_ResellerParams resellerParams)
 
- 
resellerParams
@Nonnull public API.Partial_Company resellerParams(@Nullable Erasable<API.Partial_ResellerParams> resellerParams)
 
- 
salesBreakpointHour
@Nonnull public API.Partial_Company salesBreakpointHour(@Nullable Integer salesBreakpointHour)
 
- 
salesBreakpointHour
@Nonnull public API.Partial_Company salesBreakpointHour(@Nullable Erasable<Integer> salesBreakpointHour)
 
- 
secondaryLocale
@Nonnull public API.Partial_Company secondaryLocale(@Nullable String secondaryLocale)
 
- 
secondaryLocale
@Nonnull public API.Partial_Company secondaryLocale(@Nullable Erasable<String> secondaryLocale)
 
- 
tags
@Nonnull public API.Partial_Company tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Company tags(@Nullable Erasable<String[]> tags)
 
- 
terminated
@Nonnull public API.Partial_Company terminated(@Nullable String terminated)
 
- 
terminated
@Nonnull public API.Partial_Company terminated(@Nullable Erasable<String> terminated)
 
- 
timeZone
@Nonnull public API.Partial_Company timeZone(@Nullable String timeZone)
 
- 
timeZone
@Nonnull public API.Partial_Company timeZone(@Nullable Erasable<String> timeZone)
 
- 
type
@Nonnull public API.Partial_Company type(@Nullable API.Company.Type type)
 
- 
type
@Nonnull public API.Partial_Company type(@Nullable Erasable<API.Company.Type> type)
 
- 
webAddress
@Nonnull public API.Partial_Company webAddress(@Nullable String webAddress)
 
- 
webAddress
@Nonnull public API.Partial_Company webAddress(@Nullable Erasable<String> webAddress)
 
 - 
 
 -