public class VendorContact extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VendorContact.Builder
Class to build instances of
VendorContact. |
| Constructor and Description |
|---|
VendorContact(int ordinal,
String id,
String name,
String emailAddress,
String phoneNumber,
Boolean removed)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getId()
Getter for Id.
|
String |
getName()
Getter for Name.
|
int |
getOrdinal()
Getter for Ordinal.
|
String |
getPhoneNumber()
Getter for PhoneNumber.
|
Boolean |
getRemoved()
Getter for Removed.
|
int |
hashCode() |
VendorContact.Builder |
toBuilder()
Builds a new
VendorContact.Builder object. |
String |
toString()
Converts this VendorContact into string format.
|
public VendorContact(int ordinal,
String id,
String name,
String emailAddress,
String phoneNumber,
Boolean removed)
ordinal - int value for ordinal.id - String value for id.name - String value for name.emailAddress - String value for emailAddress.phoneNumber - String value for phoneNumber.removed - Boolean value for removed.public String getId()
public String getName()
public String getEmailAddress()
public String getPhoneNumber()
public Boolean getRemoved()
public int getOrdinal()
public String toString()
public VendorContact.Builder toBuilder()
VendorContact.Builder object.
Creates the instance with the state of the current model.VendorContact.Builder objectCopyright © 2022. All rights reserved.