DashboardUsageAttributes |
DashboardUsageAttributes.addTeamsItem(String teamsItem) |
DashboardUsageAttributes |
DashboardUsageAttributes.author(DashboardUsageUser author) |
DashboardUsageAttributes |
DashboardUsageAttributes.createdAt(OffsetDateTime createdAt) |
DashboardUsageAttributes |
DashboardUsageAttributes.dashboardQualityScore(Double dashboardQualityScore) |
DashboardUsageAttributes |
DashboardUsageAttributes.editedAt(OffsetDateTime editedAt) |
DashboardUsageAttributes |
DashboardUsage.getAttributes()
Usage statistics for a dashboard.
|
DashboardUsageAttributes |
DashboardUsageAttributes.orgId(Long orgId) |
DashboardUsageAttributes |
DashboardUsageAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
DashboardUsageAttributes |
DashboardUsageAttributes.putTotalViewsByTypeItem(String key,
Long totalViewsByTypeItem) |
DashboardUsageAttributes |
DashboardUsageAttributes.putWidgetCountByTypeItem(String key,
Long widgetCountByTypeItem) |
DashboardUsageAttributes |
DashboardUsageAttributes.teams(List<String> teams) |
DashboardUsageAttributes |
DashboardUsageAttributes.title(String title) |
DashboardUsageAttributes |
DashboardUsageAttributes.totalViews(Long totalViews) |
DashboardUsageAttributes |
DashboardUsageAttributes.totalViewsByType(Map<String,Long> totalViewsByType) |
DashboardUsageAttributes |
DashboardUsageAttributes.viewedAt(OffsetDateTime viewedAt) |
DashboardUsageAttributes |
DashboardUsageAttributes.viewer(DashboardUsageUser viewer) |
DashboardUsageAttributes |
DashboardUsageAttributes.widgetCount(Long widgetCount) |
DashboardUsageAttributes |
DashboardUsageAttributes.widgetCountByType(Map<String,Long> widgetCountByType) |