public interface NewsletterStatus
Reflects the current status of a newsletter.
Implementations should be immutable.
Modifier and Type | Field and Description |
---|---|
static int |
FAILED
Internal status - newsletter activation or publication to Adobe Campaign failed
|
static int |
MISSING
Internal status - status could not be determined because the delivery is missing
on Adobe Campaign
|
static int |
PREPARING
Internal status - delivery is being prepared for publishing to Adobe Campaign
|
static int |
UNAVAILABLE
Internal status - no status available (not yet published to Adobe Campaign)
|
Modifier and Type | Method and Description |
---|---|
int |
getStatusCode()
Gets the status as a numeric code.
|
java.lang.String |
getStatusMessage()
Gets an (internationalized) variant of the status in a human-readable format.
|
java.lang.String |
getStatusString()
Gets the status as a String code.
|
static final int UNAVAILABLE
static final int FAILED
static final int MISSING
static final int PREPARING
int getStatusCode()
java.lang.String getStatusString()
java.lang.String getStatusMessage()
Copyright © 2010 - 2020 Adobe. All Rights Reserved