Package com.onslip360
Class API.Partial_Customer
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_Customer>
 - 
- com.onslip360.API.Partial_Customer
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_Customer>>
- Enclosing class:
 - API
 
public static class API.Partial_Customer extends Onslip360Object<API.Partial_Customer>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_Customer() 
- 
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
- 
type
@Nonnull public Erasable<API.Customer.Type> type()
 
- 
city
@Nonnull public API.Partial_Customer city(@Nullable String city)
 
- 
city
@Nonnull public API.Partial_Customer city(@Nullable Erasable<String> city)
 
- 
clientReferences
@Nonnull public API.Partial_Customer clientReferences(@Nullable String[] clientReferences)
 
- 
clientReferences
@Nonnull public API.Partial_Customer clientReferences(@Nullable Erasable<String[]> clientReferences)
 
- 
comment
@Nonnull public API.Partial_Customer comment(@Nullable String comment)
 
- 
comment
@Nonnull public API.Partial_Customer comment(@Nullable Erasable<String> comment)
 
- 
country
@Nonnull public API.Partial_Customer country(@Nullable String country)
 
- 
country
@Nonnull public API.Partial_Customer country(@Nullable Erasable<String> country)
 
- 
customerNumber
@Nonnull public API.Partial_Customer customerNumber(@Nullable String customerNumber)
 
- 
customerNumber
@Nonnull public API.Partial_Customer customerNumber(@Nullable Erasable<String> customerNumber)
 
- 
deleted
@Nonnull public API.Partial_Customer deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_Customer deleted(@Nullable Erasable<String> deleted)
 
- 
email
@Nonnull public API.Partial_Customer email(@Nullable String email)
 
- 
email
@Nonnull public API.Partial_Customer email(@Nullable Erasable<String> email)
 
- 
labels
@Nonnull public API.Partial_Customer labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_Customer labels(@Nullable Erasable<Long[]> labels)
 
- 
name
@Nonnull public API.Partial_Customer name(@Nullable String name)
 
- 
orgNumber
@Nonnull public API.Partial_Customer orgNumber(@Nullable String orgNumber)
 
- 
orgNumber
@Nonnull public API.Partial_Customer orgNumber(@Nullable Erasable<String> orgNumber)
 
- 
phoneNumber
@Nonnull public API.Partial_Customer phoneNumber(@Nullable String phoneNumber)
 
- 
phoneNumber
@Nonnull public API.Partial_Customer phoneNumber(@Nullable Erasable<String> phoneNumber)
 
- 
referenceName
@Nonnull public API.Partial_Customer referenceName(@Nullable String referenceName)
 
- 
referenceName
@Nonnull public API.Partial_Customer referenceName(@Nullable Erasable<String> referenceName)
 
- 
streetAddress
@Nonnull public API.Partial_Customer streetAddress(@Nullable String streetAddress)
 
- 
streetAddress
@Nonnull public API.Partial_Customer streetAddress(@Nullable Erasable<String> streetAddress)
 
- 
subscription
@Nonnull public API.Partial_Customer subscription(@Nullable Boolean subscription)
 
- 
subscription
@Nonnull public API.Partial_Customer subscription(@Nullable Erasable<Boolean> subscription)
 
- 
tags
@Nonnull public API.Partial_Customer tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_Customer tags(@Nullable Erasable<String[]> tags)
 
- 
type
@Nonnull public API.Partial_Customer type(@Nullable API.Customer.Type type)
 
- 
type
@Nonnull public API.Partial_Customer type(@Nullable Erasable<API.Customer.Type> type)
 
- 
zipCode
@Nonnull public API.Partial_Customer zipCode(@Nullable String zipCode)
 
- 
zipCode
@Nonnull public API.Partial_Customer zipCode(@Nullable Erasable<String> zipCode)
 
 - 
 
 -