Uses of Class
com.oracle.bmc.datacatalog.model.FacetedSearchAggregation.PropertyType
-
Packages that use FacetedSearchAggregation.PropertyType Package Description com.oracle.bmc.datacatalog.model -
-
Uses of FacetedSearchAggregation.PropertyType in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return FacetedSearchAggregation.PropertyType Modifier and Type Method Description static FacetedSearchAggregation.PropertyType
FacetedSearchAggregation.PropertyType. create(String key)
FacetedSearchAggregation.PropertyType
FacetedSearchAggregation. getPropertyType()
Type of property that indicates if it was defined by the user or system.static FacetedSearchAggregation.PropertyType
FacetedSearchAggregation.PropertyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FacetedSearchAggregation.PropertyType[]
FacetedSearchAggregation.PropertyType. 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 FacetedSearchAggregation.PropertyType Modifier and Type Method Description FacetedSearchAggregation.Builder
FacetedSearchAggregation.Builder. propertyType(FacetedSearchAggregation.PropertyType propertyType)
Type of property that indicates if it was defined by the user or system.Constructors in com.oracle.bmc.datacatalog.model with parameters of type FacetedSearchAggregation.PropertyType Constructor Description FacetedSearchAggregation(String type, Map<String,Long> aggregation, String dataType, FacetedSearchAggregation.PropertyType propertyType)
Deprecated.
-