@Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public enum CreateBotKind extends Enum<CreateBotKind> implements BmcEnum
The kinds of Bot creation.
Modifier and Type | Method and Description |
---|---|
static CreateBotKind |
create(String key) |
String |
getValue() |
static CreateBotKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateBotKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateBotKind New
public static final CreateBotKind Clone
public static final CreateBotKind Version
public static final CreateBotKind Extend
public static CreateBotKind[] values()
for (CreateBotKind c : CreateBotKind.values()) System.out.println(c);
public static CreateBotKind 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 CreateBotKind create(String key)
Copyright © 2016–2024. All rights reserved.