| Package | Description |
|---|---|
| com.createsend.models.subscribers | |
| com.createsend.models.transactional.request |
| Modifier and Type | Field and Description |
|---|---|
ConsentToTrack |
Subscriber.ConsentToTrack |
| Modifier and Type | Method and Description |
|---|---|
static ConsentToTrack |
ConsentToTrack.forValue(String value) |
static ConsentToTrack |
ConsentToTrack.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentToTrack[] |
ConsentToTrack.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConsentToTrack |
SmartEmailRequest.getConsentToTrack() |
ConsentToTrack |
ClassicEmailRequest.getConsentToTrack() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmartEmailRequest.setConsentToTrack(ConsentToTrack consentToTrack) |
void |
ClassicEmailRequest.setConsentToTrack(ConsentToTrack consentToTrack) |
| Constructor and Description |
|---|
ClassicEmailRequest(String to,
ConsentToTrack consentToTrack) |
SmartEmailRequest(UUID smartEmailId,
String to,
ConsentToTrack consentToTrack)
Creates a new SmartEmailRequest with mandatory values.
|
Copyright © 2019. All rights reserved.