public abstract class LookupTablesUpdated extends Object
| Constructor and Description |
|---|
LookupTablesUpdated() |
| Modifier and Type | Method and Description |
|---|---|
static LookupTablesUpdated |
create(Collection<LookupTableDto> dtos) |
static LookupTablesUpdated |
create(LookupTableDto dto) |
static LookupTablesUpdated |
create(Set<String> lookupTableIds,
Set<String> lookupTableNames) |
abstract Set<String> |
lookupTableIds() |
abstract Set<String> |
lookupTableNames() |
public static LookupTablesUpdated create(Set<String> lookupTableIds, Set<String> lookupTableNames)
public static LookupTablesUpdated create(LookupTableDto dto)
public static LookupTablesUpdated create(Collection<LookupTableDto> dtos)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.