Uses of Class
com.oracle.bmc.usageapi.model.EmailRecipient.LifecycleState
-
Packages that use EmailRecipient.LifecycleState Package Description com.oracle.bmc.usageapi.model -
-
Uses of EmailRecipient.LifecycleState in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return EmailRecipient.LifecycleState Modifier and Type Method Description static EmailRecipient.LifecycleState
EmailRecipient.LifecycleState. create(String key)
EmailRecipient.LifecycleState
EmailRecipient. getLifecycleState()
The email recipient lifecycle state.static EmailRecipient.LifecycleState
EmailRecipient.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmailRecipient.LifecycleState[]
EmailRecipient.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.usageapi.model with parameters of type EmailRecipient.LifecycleState Modifier and Type Method Description EmailRecipient.Builder
EmailRecipient.Builder. lifecycleState(EmailRecipient.LifecycleState lifecycleState)
The email recipient lifecycle state.Constructors in com.oracle.bmc.usageapi.model with parameters of type EmailRecipient.LifecycleState Constructor Description EmailRecipient(String firstName, String lastName, String emailId, EmailRecipient.LifecycleState lifecycleState)
Deprecated.
-