Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
EventConfig |
EventConfig.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<EventConfig> |
CustomProperty.getEvents()
Event configuration for this custom property, against the desired subset of object types to
which the property applies.
|
List<EventConfig> |
CustomPropertySummary.getEvents()
Event configuration for this custom property, against the desired subset of object types to
which the property applies.
|
Modifier and Type | Method and Description |
---|---|
EventConfig.Builder |
EventConfig.Builder.copy(EventConfig model) |
Modifier and Type | Method and Description |
---|---|
CustomProperty.Builder |
CustomProperty.Builder.events(List<EventConfig> events)
Event configuration for this custom property, against the desired subset of object types
to which the property applies.
|
CustomPropertySummary.Builder |
CustomPropertySummary.Builder.events(List<EventConfig> events)
Event configuration for this custom property, against the desired subset of object types
to which the property applies.
|
Constructor and Description |
---|
CustomProperty(String key,
String displayName,
CustomPropertyDataType dataType,
String description,
String namespaceName,
Boolean isListType,
Boolean isSortable,
Boolean isFilterable,
Boolean isMultiValued,
Boolean isHidden,
Boolean isEditable,
Boolean isShownInList,
Boolean isServiceDefined,
Boolean isHiddenInSearch,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
Integer usageCount,
Boolean isEventEnabled,
List<CustomPropertyTypeUsage> scope,
List<String> allowedValues,
List<EventConfig> events,
Map<String,Map<String,String>> properties)
Deprecated.
|
CustomPropertySummary(String key,
String displayName,
String description,
CustomPropertyDataType dataType,
String namespaceName,
Boolean isSortable,
Boolean isFilterable,
Boolean isMultiValued,
Boolean isHidden,
Boolean isEditable,
Boolean isShownInList,
Boolean isServiceDefined,
Boolean isHiddenInSearch,
Date timeCreated,
LifecycleState lifecycleState,
Integer usageCount,
List<CustomPropertyTypeUsage> scope,
List<String> allowedValues,
Date timeUpdated,
String createdById,
String updatedById,
Boolean isEventEnabled,
List<EventConfig> events)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.