| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STATUS_PARAM
Status param that can be used as custom parameter to specify subscriber status.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmail()
Get the subscriber email address.
|
java.lang.String |
getFirstName()
Get the first name of the subscriber.
|
java.lang.String |
getLastName()
Get the last name of the subscriber.
|
void |
setEmail(java.lang.String email)
Set the subscriber email address.
|
void |
setFirstName(java.lang.String firstName)
Set the first name of the subscriber.
|
void |
setLastName(java.lang.String lastName)
Set the last name of the subsciber.
|
static final java.lang.String STATUS_PARAM
java.lang.String getEmail()
void setEmail(java.lang.String email)
email - The email address of the subscriber.java.lang.String getFirstName()
void setFirstName(java.lang.String firstName)
firstName - The first name of the subscriber.java.lang.String getLastName()
void setLastName(java.lang.String lastName)
lastName - The subscriber last name."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"