| Package | Description |
|---|---|
| org.graylog2.rest.models.radio.responses |
| Modifier and Type | Method and Description |
|---|---|
static PersistedInputsResponse |
PersistedInputsResponse.create(String type,
String id,
String title,
String creatorUserId,
String createdAt,
Boolean global,
Map<String,Object> configuration) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<PersistedInputsResponse> |
PersistedInputsSummaryResponse.inputs() |
| Modifier and Type | Method and Description |
|---|---|
static PersistedInputsSummaryResponse |
PersistedInputsSummaryResponse.create(int total,
List<PersistedInputsResponse> inputs) |
static PersistedInputsSummaryResponse |
PersistedInputsSummaryResponse.create(List<PersistedInputsResponse> inputs) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.