Package com.oracle.bmc.email.model
Enum Sender.LifecycleState
- java.lang.Object
- 
- java.lang.Enum<Sender.LifecycleState>
- 
- com.oracle.bmc.email.model.Sender.LifecycleState
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<Sender.LifecycleState>
 - Enclosing class:
- Sender
 
 public static enum Sender.LifecycleState extends Enum<Sender.LifecycleState> implements BmcEnum The sender’s current lifecycle state.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description ActiveCreatingDeletedDeletingFailedInactiveNeedsAttentionUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Sender.LifecycleStatecreate(String key)StringgetValue()static Sender.LifecycleStatevalueOf(String name)Returns the enum constant of this type with the specified name.static Sender.LifecycleState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Creatingpublic static final Sender.LifecycleState Creating 
 - 
Activepublic static final Sender.LifecycleState Active 
 - 
NeedsAttentionpublic static final Sender.LifecycleState NeedsAttention 
 - 
Inactivepublic static final Sender.LifecycleState Inactive 
 - 
Failedpublic static final Sender.LifecycleState Failed 
 - 
Deletingpublic static final Sender.LifecycleState Deleting 
 - 
Deletedpublic static final Sender.LifecycleState Deleted 
 - 
UnknownEnumValuepublic static final Sender.LifecycleState UnknownEnumValue This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 
- 
 - 
Method Detail- 
valuespublic static Sender.LifecycleState[] 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 (Sender.LifecycleState c : Sender.LifecycleState.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static Sender.LifecycleState 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 Sender.LifecycleState create(String key) 
 
- 
 
-