public final class Customer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Customer.CustomerBuilder |
| Modifier and Type | Method and Description |
|---|---|
static Customer.CustomerBuilder |
builder() |
boolean |
equals(Object o) |
String |
getCompanyName()
Customer's company name.
|
String |
getEmail()
Customer's email
|
String |
getFirstName()
Customer's first name.
|
String |
getLastName()
Customer's last name.
|
String |
getPhone()
Customer's phone number.
|
String |
getReference()
Customer's reference.
|
int |
hashCode() |
String |
toString() |
public static Customer.CustomerBuilder builder()
public String getEmail()
public String getFirstName()
public String getLastName()
public String getCompanyName()
public String getPhone()
public String getReference()
Copyright © 2024 Cense Data Inc.. All rights reserved.