Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
Report.Delivery |
Report.Delivery.clone() |
Report.Delivery |
Report.getDelivery()
The report's email delivery settings.
|
Report.Delivery |
Report.Delivery.set(String fieldName,
Object value) |
Report.Delivery |
Report.Delivery.setEmailOwner(Boolean emailOwner)
Whether the report should be emailed to the report owner.
|
Report.Delivery |
Report.Delivery.setEmailOwnerDeliveryType(String emailOwnerDeliveryType)
The type of delivery for the owner to receive, if enabled.
|
Report.Delivery |
Report.Delivery.setMessage(String message)
The message to be sent with each email.
|
Report.Delivery |
Report.Delivery.setRecipients(List<Recipient> recipients)
The list of recipients to which to email the report.
|
Modifier and Type | Method and Description |
---|---|
Report |
Report.setDelivery(Report.Delivery delivery)
The report's email delivery settings.
|
Copyright © 2011–2025 Google. All rights reserved.