CustomerListEntry object.
Constructors
new CustomerListEntryBuilder()
new CustomerListEntryBuilder():CustomerListEntryBuilder
Returns
CustomerListEntryBuilder
Methods
addedTimestamp()
addedTimestamp(addedTimestamp): CustomerListEntryBuilder
Sets the date when the entry was added to the list.
Parameters
addedTimestamp
Date
Date added to list.
Returns
CustomerListEntryBuilder
The current CustomerListEntryBuilder object.
build()
build():CustomerListEntry
Builds a CustomerListEntry object with the fields set on the builder.
Returns
CustomerListEntry
The CustomerListEntry object created.
Throws
InvalidArgumentError if required fields are not set.

