com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Delivery() |
| Modifier and Type | Method and Description |
|---|---|
Report.Delivery |
clone() |
Boolean |
getEmailOwner()
Whether the report should be emailed to the report owner.
|
String |
getEmailOwnerDeliveryType()
The type of delivery for the owner to receive, if enabled.
|
String |
getMessage()
The message to be sent with each email.
|
List<Recipient> |
getRecipients()
The list of recipients to which to email the report.
|
Report.Delivery |
set(String fieldName,
Object value) |
Report.Delivery |
setEmailOwner(Boolean emailOwner)
Whether the report should be emailed to the report owner.
|
Report.Delivery |
setEmailOwnerDeliveryType(String emailOwnerDeliveryType)
The type of delivery for the owner to receive, if enabled.
|
Report.Delivery |
setMessage(String message)
The message to be sent with each email.
|
Report.Delivery |
setRecipients(List<Recipient> recipients)
The list of recipients to which to email the report.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getEmailOwner()
null for nonepublic Report.Delivery setEmailOwner(Boolean emailOwner)
emailOwner - emailOwner or null for nonepublic String getEmailOwnerDeliveryType()
null for nonepublic Report.Delivery setEmailOwnerDeliveryType(String emailOwnerDeliveryType)
emailOwnerDeliveryType - emailOwnerDeliveryType or null for nonepublic String getMessage()
null for nonepublic Report.Delivery setMessage(String message)
message - message or null for nonepublic List<Recipient> getRecipients()
null for nonepublic Report.Delivery setRecipients(List<Recipient> recipients)
recipients - recipients or null for nonepublic Report.Delivery set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Report.Delivery clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.