com.google.api.client.util.GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public Report.Delivery clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.