public class XPFNotificationRecipient extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFNotificationRecipient.XPFNotificationRecipientBuilder<C extends XPFNotificationRecipient,B extends XPFNotificationRecipient.XPFNotificationRecipientBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
|
XPFNotificationRecipient(@NonNull String displayName,
String emailAddress,
XPFCustomer customer) |
protected |
XPFNotificationRecipient(XPFNotificationRecipient.XPFNotificationRecipientBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static XPFNotificationRecipient.XPFNotificationRecipientBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
XPFCustomer |
getCustomer()
The customer, if available.
|
@NonNull String |
getDisplayName()
The display name.
|
String |
getEmailAddress()
The email address.
|
int |
hashCode() |
String |
toString() |
getCustomData, getCustomDataValueprotected XPFNotificationRecipient(XPFNotificationRecipient.XPFNotificationRecipientBuilder<?,?> b)
public XPFNotificationRecipient(@NonNull
@NonNull String displayName,
String emailAddress,
XPFCustomer customer)
public static XPFNotificationRecipient.XPFNotificationRecipientBuilder<?,?> builder()
@NonNull public @NonNull String getDisplayName()
public String getEmailAddress()
public XPFCustomer getCustomer()
Copyright © 2026. All rights reserved.