public static enum FacetedSearchAggregation.PropertyType extends Enum<FacetedSearchAggregation.PropertyType> implements BmcEnum
Type of property that indicates if it was defined by the user or system. CUSTOM_PROPERTY is defined by the user on a data object. DEFAULT_PROPERTY is defined by the system on a data object.
Enum Constant and Description |
---|
CustomProperty |
DefaultProperty |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static FacetedSearchAggregation.PropertyType |
create(String key) |
String |
getValue() |
static FacetedSearchAggregation.PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacetedSearchAggregation.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetedSearchAggregation.PropertyType CustomProperty
public static final FacetedSearchAggregation.PropertyType DefaultProperty
public static final FacetedSearchAggregation.PropertyType UnknownEnumValue
public static FacetedSearchAggregation.PropertyType[] values()
for (FacetedSearchAggregation.PropertyType c : FacetedSearchAggregation.PropertyType.values()) System.out.println(c);
public static FacetedSearchAggregation.PropertyType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static FacetedSearchAggregation.PropertyType create(String key)
Copyright © 2016–2025. All rights reserved.