Uses of Class
com.oracle.bmc.datacatalog.model.CustomPropertyTypeUsage
-
Packages that use CustomPropertyTypeUsage Package Description com.oracle.bmc.datacatalog.model -
-
Uses of CustomPropertyTypeUsage in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return CustomPropertyTypeUsage Modifier and Type Method Description CustomPropertyTypeUsage
CustomPropertyTypeUsage.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type CustomPropertyTypeUsage Modifier and Type Method 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.Methods in com.oracle.bmc.datacatalog.model with parameters of type CustomPropertyTypeUsage Modifier and Type Method Description CustomPropertyTypeUsage.Builder
CustomPropertyTypeUsage.Builder. copy(CustomPropertyTypeUsage model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type CustomPropertyTypeUsage Modifier and Type Method 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 parameters in com.oracle.bmc.datacatalog.model with type arguments of type CustomPropertyTypeUsage Constructor 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.
-