Package com.onslip360
Class API.Customer
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Customer>
 - 
- com.onslip360.API.Customer
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Customer>>
- Enclosing class:
 - API
 
public static class API.Customer extends Onslip360Object<API.Customer>
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAPI.Customer.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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Customer
public Customer(String name)
 
 - 
 
- 
Method Detail
- 
name
@Nonnull public String name()
 
- 
type
@Nonnull public Optional<API.Customer.Type> type()
 
- 
city
@Nonnull public API.Customer city(@Nullable String city)
 
- 
clientReferences
@Nonnull public API.Customer clientReferences(@Nullable String[] clientReferences)
 
- 
comment
@Nonnull public API.Customer comment(@Nullable String comment)
 
- 
country
@Nonnull public API.Customer country(@Nullable String country)
 
- 
created
@Nonnull public API.Customer created(@Nullable String created)
 
- 
customerNumber
@Nonnull public API.Customer customerNumber(@Nullable String customerNumber)
 
- 
deleted
@Nonnull public API.Customer deleted(@Nullable String deleted)
 
- 
email
@Nonnull public API.Customer email(@Nullable String email)
 
- 
id
@Nonnull public API.Customer id(@Nullable Long id)
 
- 
labels
@Nonnull public API.Customer labels(@Nullable Long[] labels)
 
- 
name
@Nonnull public API.Customer name(String name)
 
- 
orgNumber
@Nonnull public API.Customer orgNumber(@Nullable String orgNumber)
 
- 
phoneNumber
@Nonnull public API.Customer phoneNumber(@Nullable String phoneNumber)
 
- 
referenceName
@Nonnull public API.Customer referenceName(@Nullable String referenceName)
 
- 
streetAddress
@Nonnull public API.Customer streetAddress(@Nullable String streetAddress)
 
- 
subscription
@Nonnull public API.Customer subscription(@Nullable Boolean subscription)
 
- 
tags
@Nonnull public API.Customer tags(@Nullable String[] tags)
 
- 
type
@Nonnull public API.Customer type(@Nullable API.Customer.Type type)
 
- 
updated
@Nonnull public API.Customer updated(@Nullable String updated)
 
- 
updatedBy
@Nonnull public API.Customer updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.Customer updatedFrom(@Nullable Long updatedFrom)
 
- 
zipCode
@Nonnull public API.Customer zipCode(@Nullable String zipCode)
 
 - 
 
 -