Uses of Class
com.oracle.bmc.usageapi.model.EmailRecipient.Builder
-
Packages that use EmailRecipient.Builder Package Description com.oracle.bmc.usageapi.model -
-
Uses of EmailRecipient.Builder in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return EmailRecipient.Builder Modifier and Type Method Description static EmailRecipient.Builder
EmailRecipient. builder()
Create a new builder.EmailRecipient.Builder
EmailRecipient.Builder. copy(EmailRecipient model)
EmailRecipient.Builder
EmailRecipient.Builder. emailId(String emailId)
the email of the recipient.EmailRecipient.Builder
EmailRecipient.Builder. firstName(String firstName)
the first name of the recipient.EmailRecipient.Builder
EmailRecipient.Builder. lastName(String lastName)
the last name of the recipient.EmailRecipient.Builder
EmailRecipient.Builder. lifecycleState(EmailRecipient.LifecycleState lifecycleState)
The email recipient lifecycle state.EmailRecipient.Builder
EmailRecipient. toBuilder()
-