public abstract class StreamPageListResponse extends Object
| Constructor and Description |
|---|
StreamPageListResponse() |
| Modifier and Type | Method and Description |
|---|---|
static StreamPageListResponse |
create(String query,
PaginatedList.PaginationInfo paginationInfo,
long total,
String sort,
String order,
Collection<StreamDTO> streams) |
abstract String |
order() |
abstract PaginatedList.PaginationInfo |
paginationInfo() |
abstract String |
query() |
abstract String |
sort() |
abstract Collection<StreamDTO> |
streams() |
abstract long |
total() |
public abstract PaginatedList.PaginationInfo paginationInfo()
public abstract long total()
public abstract Collection<StreamDTO> streams()
public static StreamPageListResponse create(@Nullable String query, PaginatedList.PaginationInfo paginationInfo, long total, @Nullable String sort, @Nullable String order, Collection<StreamDTO> streams)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.