Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Field and Description |
---|---|
protected List<EventTypeEnum> |
AbstractNotification.events |
Modifier and Type | Method and Description |
---|---|
static EventTypeEnum |
EventTypeEnum.getValueFromCode(String code) |
static EventTypeEnum |
EventTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeEnum[] |
EventTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<EventTypeEnum> |
AbstractNotification.getEventTypes() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNotification.setEventTypes(List<EventTypeEnum> events) |
Constructor and Description |
---|
AbstractNotification(String id,
AbstractNotification.Filter filter,
List<EventTypeEnum> events) |
FunctionGraphConfiguration(String id,
AbstractNotification.Filter filter,
String functionGraph,
List<EventTypeEnum> events) |
TopicConfiguration(String id,
AbstractNotification.Filter filter,
String topic,
List<EventTypeEnum> events)
Constructor
|
Copyright © 2019. All rights reserved.