All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ReportScheduleListResponseAttributes |
addRecipientsItem(String recipientsItem) |
ReportScheduleListResponseAttributes |
addTemplateVariablesItem(ReportScheduleTemplateVariable templateVariablesItem) |
ReportScheduleListResponseAttributes |
deliveryFormat(ReportScheduleResponseAttributesDeliveryFormat deliveryFormat) |
ReportScheduleListResponseAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this ReportScheduleListResponseAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<ReportScheduleResponseAttributesDeliveryFormat> |
getDeliveryFormat_JsonNullable() |
ReportScheduleResponseAttributesDeliveryFormat |
getDeliveryFormat()
The delivery format for dashboard report schedules, or null if not set.
|
String |
getDescription()
The description of the report.
|
Long |
getNextRecurrence()
The Unix timestamp, in milliseconds, of the next scheduled delivery, or null if
none is scheduled.
|
List<String> |
getRecipients()
The recipients of the report (email addresses, Slack channel references, or Microsoft Teams
channel references).
|
String |
getResourceId()
The identifier of the resource rendered in the report.
|
ReportScheduleResourceType |
getResourceType()
The type of dashboard resource the report schedule targets.
|
String |
getRrule()
The recurrence rule for the schedule, expressed as an iCalendar RRULE string.
|
ReportScheduleStatus |
getStatus()
Whether the schedule is currently delivering reports (active) or paused (
inactive).
|
List<ReportScheduleTemplateVariable> |
getTemplateVariables()
The dashboard template variables applied when rendering the report.
|
String |
getTimeframe()
The relative timeframe of data included in the report, or null if not set.
|
String |
getTimezone()
The IANA time zone identifier the recurrence rule is evaluated in.
|
String |
getTitle()
The title of the report.
|
int |
hashCode() |
ReportScheduleListResponseAttributes |
nextRecurrence(Long nextRecurrence) |
ReportScheduleListResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ReportScheduleListResponseAttributes |
recipients(List<String> recipients) |
ReportScheduleListResponseAttributes |
resourceId(String resourceId) |
ReportScheduleListResponseAttributes |
resourceType(ReportScheduleResourceType resourceType) |
ReportScheduleListResponseAttributes |
rrule(String rrule) |
void |
setDeliveryFormat_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<ReportScheduleResponseAttributesDeliveryFormat> deliveryFormat) |
void |
setDeliveryFormat(ReportScheduleResponseAttributesDeliveryFormat deliveryFormat) |
void |
setDescription(String description) |
void |
setNextRecurrence(Long nextRecurrence) |
void |
setRecipients(List<String> recipients) |
void |
setResourceId(String resourceId) |
void |
setResourceType(ReportScheduleResourceType resourceType) |
void |
setRrule(String rrule) |
void |
setStatus(ReportScheduleStatus status) |
void |
setTemplateVariables(List<ReportScheduleTemplateVariable> templateVariables) |
void |
setTimeframe(String timeframe) |
void |
setTimezone(String timezone) |
void |
setTitle(String title) |
ReportScheduleListResponseAttributes |
status(ReportScheduleStatus status) |
ReportScheduleListResponseAttributes |
templateVariables(List<ReportScheduleTemplateVariable> templateVariables) |
ReportScheduleListResponseAttributes |
timeframe(String timeframe) |
ReportScheduleListResponseAttributes |
timezone(String timezone) |
ReportScheduleListResponseAttributes |
title(String title) |
String |
toString() |