Package | Description |
---|---|
com.fatwire.realtime.event |
Modifier and Type | Method and Description |
---|---|
PublishingStatusEnum |
PublishingEvent.getStatus()
Gets the publishing status
|
static PublishingStatusEnum |
PublishingStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublishingStatusEnum[] |
PublishingStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PublishingEvent.setStatus(PublishingStatusEnum status)
Sets the publishing status to the PublishEvent
|