| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Recipient |
Recipient.clone() |
Recipient |
Recipient.set(java.lang.String fieldName,
java.lang.Object value) |
Recipient |
Recipient.setDeliveryType(java.lang.String deliveryType)
The delivery type for the recipient.
|
Recipient |
Recipient.setEmail(java.lang.String email)
The email address of the recipient.
|
Recipient |
Recipient.setKind(java.lang.String kind)
The kind of resource this is, in this case dfareporting#recipient.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Recipient> |
Report.Delivery.getRecipients()
The list of recipients to which to email the report.
|
| Modifier and Type | Method and Description |
|---|---|
Report.Delivery |
Report.Delivery.setRecipients(java.util.List<Recipient> recipients)
The list of recipients to which to email the report.
|