public static enum EmbeddedDetectAnomaliesRequest.ContentType extends Enum<EmbeddedDetectAnomaliesRequest.ContentType> implements BmcEnum
Modifier and Type | Method and Description |
---|---|
static EmbeddedDetectAnomaliesRequest.ContentType |
create(String key) |
String |
getValue() |
static EmbeddedDetectAnomaliesRequest.ContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedDetectAnomaliesRequest.ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedDetectAnomaliesRequest.ContentType Csv
public static final EmbeddedDetectAnomaliesRequest.ContentType Json
public static EmbeddedDetectAnomaliesRequest.ContentType[] values()
for (EmbeddedDetectAnomaliesRequest.ContentType c : EmbeddedDetectAnomaliesRequest.ContentType.values()) System.out.println(c);
public static EmbeddedDetectAnomaliesRequest.ContentType 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 EmbeddedDetectAnomaliesRequest.ContentType create(String key)
Copyright © 2016–2024. All rights reserved.