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