public static enum Filter.Type extends Enum<Filter.Type> implements BmcEnum
The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
Enum Constant and Description |
---|
AnnouncementType |
CompartmentId |
PlatformType |
Region |
ResourceId |
Service |
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 Filter.Type |
create(String key) |
String |
getValue() |
static Filter.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Filter.Type CompartmentId
public static final Filter.Type PlatformType
public static final Filter.Type Region
public static final Filter.Type Service
public static final Filter.Type ResourceId
public static final Filter.Type AnnouncementType
public static final Filter.Type UnknownEnumValue
public static Filter.Type[] values()
for (Filter.Type c : Filter.Type.values()) System.out.println(c);
public static Filter.Type 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 Filter.Type create(String key)
Copyright © 2016–2024. All rights reserved.