| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Recipient |
Recipient.clone() |
Recipient |
Recipient.set(String fieldName,
Object value) |
Recipient |
Recipient.setDeliveryType(String deliveryType)
The delivery type for the recipient.
|
Recipient |
Recipient.setEmail(String email)
The email address of the recipient.
|
Recipient |
Recipient.setKind(String kind)
The kind of resource this is, in this case dfareporting#recipient.
|
| Modifier and Type | Method and Description |
|---|---|
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(List<Recipient> recipients)
The list of recipients to which to email the report.
|
Copyright © 2011–2025 Google. All rights reserved.