public abstract class DashboardEntity extends Object
| Constructor and Description |
|---|
DashboardEntity() |
| Modifier and Type | Method and Description |
|---|---|
static DashboardEntity |
create(@NotBlank ValueReference title,
ValueReference description,
@NotNull List<DashboardWidgetEntity> widgets) |
abstract ValueReference |
description() |
abstract @NotBlank ValueReference |
title() |
abstract @NotNull List<DashboardWidgetEntity> |
widgets() |
@NotBlank public abstract @NotBlank ValueReference title()
public abstract ValueReference description()
@NotNull public abstract @NotNull List<DashboardWidgetEntity> widgets()
public static DashboardEntity create(@NotBlank @NotBlank ValueReference title, ValueReference description, @NotNull @NotNull List<DashboardWidgetEntity> widgets)
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.