Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
static EventConfigStatus |
EventConfigStatus.create(String key) |
EventConfigStatus |
EventConfig.getEventConfigStatus()
Status of the configuration.
|
static EventConfigStatus |
EventConfigStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventConfigStatus[] |
EventConfigStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EventConfig.Builder |
EventConfig.Builder.eventConfigStatus(EventConfigStatus eventConfigStatus)
Status of the configuration.
|
Constructor and Description |
---|
EventConfig(String typeId,
String typeName,
String propertyId,
String propertyName,
EventConfigStatus eventConfigStatus,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.