Package | Description |
---|---|
io.sphere.sdk.customers |
Provides model classes and builders for customers.
|
io.sphere.sdk.customers.commands.updateactions |
Provides the possible operations which can be performed on update commands for customers.
|
Modifier and Type | Method and Description |
---|---|
default CustomerName |
CustomerDraft.getName() |
default CustomerName |
Customer.getName() |
static CustomerName |
CustomerName.of(String title,
String firstName,
String middleName,
String lastName) |
static CustomerName |
CustomerName.ofFirstAndLastName(String firstName,
String lastName) |
static CustomerName |
CustomerName.ofTitleFirstAndLastName(String title,
String firstName,
String lastName) |
CustomerName |
CustomerName.withMiddleName(String middleName) |
CustomerName |
CustomerName.withTitle(String title) |
Modifier and Type | Method and Description |
---|---|
static CustomerDraftBuilder |
CustomerDraftBuilder.of(CustomerName customerName,
String email,
String password) |
static CustomerDraftDsl |
CustomerDraftDsl.of(CustomerName customerName,
String email,
String password) |
Modifier and Type | Method and Description |
---|---|
static ChangeName |
ChangeName.of(CustomerName name) |