Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
CustomPropertyTypeUsage |
CustomPropertyTypeUsage.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomPropertyTypeUsage> |
CustomProperty.getScope()
The set of object types to which the custom property applies.
|
List<CustomPropertyTypeUsage> |
CustomPropertySummary.getScope()
Type or scope of the custom property belongs to.
|
Modifier and Type | Method and Description |
---|---|
CustomPropertyTypeUsage.Builder |
CustomPropertyTypeUsage.Builder.copy(CustomPropertyTypeUsage model) |
Modifier and Type | Method and Description |
---|---|
CustomProperty.Builder |
CustomProperty.Builder.scope(List<CustomPropertyTypeUsage> scope)
The set of object types to which the custom property applies.
|
CustomPropertySummary.Builder |
CustomPropertySummary.Builder.scope(List<CustomPropertyTypeUsage> scope)
Type or scope of the custom property belongs to.
|
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–2023. All rights reserved.