Uses of Class
com.oracle.bmc.datacatalog.model.CustomPropertyDataType
-
Packages that use CustomPropertyDataType Package Description com.oracle.bmc.datacatalog.model com.oracle.bmc.datacatalog.requests -
-
Uses of CustomPropertyDataType in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return CustomPropertyDataType Modifier and Type Method Description static CustomPropertyDataTypeCustomPropertyDataType. create(String key)CustomPropertyDataTypeCreateCustomPropertyDetails. getDataType()The data type of the custom propertyCustomPropertyDataTypeCustomProperty. getDataType()Data type of the custom propertyCustomPropertyDataTypeCustomPropertyGetUsage. getDataType()The data type of the custom propertyCustomPropertyDataTypeCustomPropertySummary. getDataType()Data type of the custom propertystatic CustomPropertyDataTypeCustomPropertyDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomPropertyDataType[]CustomPropertyDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.model with parameters of type CustomPropertyDataType Modifier and Type Method Description CreateCustomPropertyDetails.BuilderCreateCustomPropertyDetails.Builder. dataType(CustomPropertyDataType dataType)The data type of the custom propertyCustomProperty.BuilderCustomProperty.Builder. dataType(CustomPropertyDataType dataType)Data type of the custom propertyCustomPropertyGetUsage.BuilderCustomPropertyGetUsage.Builder. dataType(CustomPropertyDataType dataType)The data type of the custom propertyCustomPropertySummary.BuilderCustomPropertySummary.Builder. dataType(CustomPropertyDataType dataType)Data type of the custom propertyConstructors in com.oracle.bmc.datacatalog.model with parameters of type CustomPropertyDataType Constructor Description CreateCustomPropertyDetails(String displayName, String description, CustomPropertyDataType dataType, Boolean isSortable, Boolean isFilterable, Boolean isMultiValued, Boolean isHidden, Boolean isEditable, Boolean isShownInList, Boolean isHiddenInSearch, Boolean isEventEnabled, List<String> allowedValues, Map<String,Map<String,String>> properties)Deprecated.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.CustomPropertyGetUsage(String key, String displayName, String description, String value, CustomPropertyDataType dataType, String namespaceName, String namespaceKey, Boolean isMultiValued, Boolean isHidden, Boolean isEditable, Boolean isShownInList, Boolean isEventEnabled, Boolean isListType, List<String> allowedValues)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. -
Uses of CustomPropertyDataType in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return types with arguments of type CustomPropertyDataType Modifier and Type Method Description List<CustomPropertyDataType>ListCustomPropertiesRequest. getDataTypes()Return the custom properties which has specified data typesMethods in com.oracle.bmc.datacatalog.requests with parameters of type CustomPropertyDataType Modifier and Type Method Description ListCustomPropertiesRequest.BuilderListCustomPropertiesRequest.Builder. dataTypes(CustomPropertyDataType singularValue)Singular setter.Method parameters in com.oracle.bmc.datacatalog.requests with type arguments of type CustomPropertyDataType Modifier and Type Method Description ListCustomPropertiesRequest.BuilderListCustomPropertiesRequest.Builder. dataTypes(List<CustomPropertyDataType> dataTypes)Return the custom properties which has specified data types
-