public class XPFContact extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFContact.XPFContactBuilder<C extends XPFContact,B extends XPFContact.XPFContactBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
|
XPFContact(String firstName,
String lastName,
String organization,
String phoneNumber,
String faxNumber) |
protected |
XPFContact(XPFContact.XPFContactBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static XPFContact.XPFContactBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFaxNumber()
The contact's fax number.
|
String |
getFirstName()
The contact's first name.
|
String |
getLastName()
The contact's last name.
|
String |
getOrganization()
The organization name.
|
String |
getPhoneNumber()
The contact's phone number.
|
int |
hashCode() |
String |
toString() |
getCustomData, getCustomDataValueprotected XPFContact(XPFContact.XPFContactBuilder<?,?> b)
public static XPFContact.XPFContactBuilder<?,?> builder()
public String getFirstName()
public String getLastName()
public String getOrganization()
public String getPhoneNumber()
public String getFaxNumber()
Copyright © 2026. All rights reserved.