Package | Description |
---|---|
com.exacttarget.fuelsdk |
Fuel Java SDK Core
|
com.exacttarget.fuelsdk.internal |
Modifier and Type | Method and Description |
---|---|
EventType |
ETUnsubEvent.getEventType() |
EventType |
ETSentEvent.getEventType() |
EventType |
ETOpenEvent.getEventType() |
EventType |
ETClickEvent.getEventType() |
EventType |
ETBounceEvent.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
ETUnsubEvent.setEventType(EventType eventType) |
void |
ETSentEvent.setEventType(EventType eventType) |
void |
ETOpenEvent.setEventType(EventType eventType) |
void |
ETClickEvent.setEventType(EventType eventType) |
void |
ETBounceEvent.setEventType(EventType eventType) |
Modifier and Type | Field and Description |
---|---|
protected EventType |
TrackingEvent.eventType |
Modifier and Type | Method and Description |
---|---|
static EventType |
EventType.fromValue(String v) |
EventType |
TrackingEvent.getEventType()
Gets the value of the eventType property.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TrackingEvent.setEventType(EventType value)
Sets the value of the eventType property.
|
Copyright © 2017. All rights reserved.