Package | Description |
---|---|
com.exacttarget.fuelsdk.internal |
Modifier and Type | Field and Description |
---|---|
protected EmailType |
Subscriber.emailTypePreference |
protected EmailType |
EmailAddress.type |
Modifier and Type | Method and Description |
---|---|
static EmailType |
EmailType.fromValue(String v) |
EmailType |
Subscriber.getEmailTypePreference()
Gets the value of the emailTypePreference property.
|
EmailType |
EmailAddress.getType()
Gets the value of the type property.
|
static EmailType |
EmailType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailType[] |
EmailType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscriber.setEmailTypePreference(EmailType value)
Sets the value of the emailTypePreference property.
|
void |
EmailAddress.setType(EmailType value)
Sets the value of the type property.
|
Copyright © 2017. All rights reserved.