@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ReportSchedulePatchRequestAttributes extends Object
resource_id and resource_type) cannot be changed.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DELIVERY_FORMAT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_RECIPIENTS |
static String |
JSON_PROPERTY_RRULE |
static String |
JSON_PROPERTY_TAB_ID |
static String |
JSON_PROPERTY_TEMPLATE_VARIABLES |
static String |
JSON_PROPERTY_TIMEFRAME |
static String |
JSON_PROPERTY_TIMEZONE |
static String |
JSON_PROPERTY_TITLE |
boolean |
unparsed |
| Constructor and Description |
|---|
ReportSchedulePatchRequestAttributes() |
ReportSchedulePatchRequestAttributes(String description,
List<String> recipients,
String rrule,
List<ReportScheduleTemplateVariable> templateVariables,
String timeframe,
String timezone,
String title) |
public boolean unparsed
public static final String JSON_PROPERTY_DELIVERY_FORMAT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_RECIPIENTS
public static final String JSON_PROPERTY_RRULE
public static final String JSON_PROPERTY_TAB_ID
public static final String JSON_PROPERTY_TEMPLATE_VARIABLES
public static final String JSON_PROPERTY_TIMEFRAME
public static final String JSON_PROPERTY_TIMEZONE
public static final String JSON_PROPERTY_TITLE
public ReportSchedulePatchRequestAttributes()
public ReportSchedulePatchRequestAttributes deliveryFormat(ReportScheduleDeliveryFormat deliveryFormat)
@Nullable public ReportScheduleDeliveryFormat getDeliveryFormat()
pdf attaches a PDF file, png
embeds an inline PNG image, and pdf_and_png delivers both.public void setDeliveryFormat(ReportScheduleDeliveryFormat deliveryFormat)
public ReportSchedulePatchRequestAttributes description(String description)
public String getDescription()
public void setDescription(String description)
public ReportSchedulePatchRequestAttributes recipients(List<String> recipients)
public ReportSchedulePatchRequestAttributes addRecipientsItem(String recipientsItem)
public List<String> getRecipients()
slack:{team_id}.{channel_id}.{channel_name}, or a Microsoft Teams channel
reference in the form teams:{tenant_id}|{team_id}|{channel_id}.public ReportSchedulePatchRequestAttributes rrule(String rrule)
public String getRrule()
RRULE string.public void setRrule(String rrule)
public ReportSchedulePatchRequestAttributes tabId(UUID tabId)
@Nullable public UUID getTabId()
public void setTabId(UUID tabId)
public ReportSchedulePatchRequestAttributes templateVariables(List<ReportScheduleTemplateVariable> templateVariables)
public ReportSchedulePatchRequestAttributes addTemplateVariablesItem(ReportScheduleTemplateVariable templateVariablesItem)
public List<ReportScheduleTemplateVariable> getTemplateVariables()
public void setTemplateVariables(List<ReportScheduleTemplateVariable> templateVariables)
public ReportSchedulePatchRequestAttributes timeframe(String timeframe)
public String getTimeframe()
public void setTimeframe(String timeframe)
public ReportSchedulePatchRequestAttributes timezone(String timezone)
public String getTimezone()
public void setTimezone(String timezone)
public ReportSchedulePatchRequestAttributes title(String title)
public String getTitle()
public void setTitle(String title)
public ReportSchedulePatchRequestAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.