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