@Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public enum IndicatorType extends Enum<IndicatorType> implements BmcEnum
The set of supported indicator types.
Enum Constant and Description |
---|
DomainName |
FileName |
IpAddress |
Md5Hash |
Sha1Hash |
Sha256Hash |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Url |
Modifier and Type | Method and Description |
---|---|
static IndicatorType |
create(String key) |
String |
getValue() |
static IndicatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndicatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndicatorType DomainName
public static final IndicatorType FileName
public static final IndicatorType Md5Hash
public static final IndicatorType Sha1Hash
public static final IndicatorType Sha256Hash
public static final IndicatorType IpAddress
public static final IndicatorType Url
public static final IndicatorType UnknownEnumValue
public static IndicatorType[] values()
for (IndicatorType c : IndicatorType.values()) System.out.println(c);
public static IndicatorType 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 IndicatorType create(String key)
Copyright © 2016–2024. All rights reserved.