public class CustomerCreate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerCreate.Builder |
| Constructor and Description |
|---|
CustomerCreate(CustomerCreate.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static CustomerCreate.Builder |
builder() |
Address |
getAddress() |
String |
getCompany() |
String |
getEmailAddress() |
String |
getFirstName() |
String |
getId() |
String |
getLastName() |
boolean |
getOptInStatus() |
int |
getOrdersCount() |
long |
getTotalSpent() |
public CustomerCreate(CustomerCreate.Builder builder)
public static CustomerCreate.Builder builder()
public String getId()
public String getEmailAddress()
public boolean getOptInStatus()
public String getCompany()
public String getFirstName()
public String getLastName()
public int getOrdersCount()
public long getTotalSpent()
public Address getAddress()
Copyright © 2020. All rights reserved.