Enum ModuleStreamProfileStatus
- java.lang.Object
- 
- java.lang.Enum<ModuleStreamProfileStatus>
- 
- com.oracle.bmc.osmanagementhub.model.ModuleStreamProfileStatus
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<ModuleStreamProfileStatus>
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220901") public enum ModuleStreamProfileStatus extends Enum<ModuleStreamProfileStatus> implements BmcEnumThe status of a module stream profile.
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModuleStreamProfileStatuscreate(String key)StringgetValue()static ModuleStreamProfileStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static ModuleStreamProfileStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Installedpublic static final ModuleStreamProfileStatus Installed 
 - 
Availablepublic static final ModuleStreamProfileStatus Available 
 
- 
 - 
Method Detail- 
valuespublic static ModuleStreamProfileStatus[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ModuleStreamProfileStatus c : ModuleStreamProfileStatus.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static ModuleStreamProfileStatus valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static ModuleStreamProfileStatus create(String key) 
 
- 
 
-