Uses of Class
com.oracle.bmc.usageapi.model.EmailRecipient
-
Packages that use EmailRecipient Package Description com.oracle.bmc.usageapi.model -
-
Uses of EmailRecipient in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return EmailRecipient Modifier and Type Method Description EmailRecipient
EmailRecipient.Builder. build()
Methods in com.oracle.bmc.usageapi.model that return types with arguments of type EmailRecipient Modifier and Type Method Description List<EmailRecipient>
CreateEmailRecipientsGroupDetails. getRecipientsList()
The list of recipient will receive the usage statement email.List<EmailRecipient>
EmailRecipientsGroup. getRecipientsList()
The list of recipient will receive the usage statement email.List<EmailRecipient>
EmailRecipientsGroupSummary. getRecipientsList()
The list of recipient will receive the usage statement email.List<EmailRecipient>
UpdateEmailRecipientsGroupDetails. getRecipientsList()
The list of recipient will receive the usage statement email.Methods in com.oracle.bmc.usageapi.model with parameters of type EmailRecipient Modifier and Type Method Description EmailRecipient.Builder
EmailRecipient.Builder. copy(EmailRecipient model)
Method parameters in com.oracle.bmc.usageapi.model with type arguments of type EmailRecipient Modifier and Type Method Description CreateEmailRecipientsGroupDetails.Builder
CreateEmailRecipientsGroupDetails.Builder. recipientsList(List<EmailRecipient> recipientsList)
The list of recipient will receive the usage statement email.EmailRecipientsGroup.Builder
EmailRecipientsGroup.Builder. recipientsList(List<EmailRecipient> recipientsList)
The list of recipient will receive the usage statement email.EmailRecipientsGroupSummary.Builder
EmailRecipientsGroupSummary.Builder. recipientsList(List<EmailRecipient> recipientsList)
The list of recipient will receive the usage statement email.UpdateEmailRecipientsGroupDetails.Builder
UpdateEmailRecipientsGroupDetails.Builder. recipientsList(List<EmailRecipient> recipientsList)
The list of recipient will receive the usage statement email.Constructor parameters in com.oracle.bmc.usageapi.model with type arguments of type EmailRecipient Constructor Description CreateEmailRecipientsGroupDetails(String compartmentId, List<EmailRecipient> recipientsList)
Deprecated.EmailRecipientsGroup(String id, String compartmentId, List<EmailRecipient> recipientsList, EmailRecipientsGroup.LifecycleState lifecycleState)
Deprecated.EmailRecipientsGroupSummary(String id, String compartmentId, List<EmailRecipient> recipientsList, EmailRecipientsGroup.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateEmailRecipientsGroupDetails(List<EmailRecipient> recipientsList)
Deprecated.
-