public abstract class CreateStaticFieldRequest extends Object
| Constructor and Description |
|---|
CreateStaticFieldRequest() |
| Modifier and Type | Method and Description |
|---|---|
static CreateStaticFieldRequest |
create(String key,
String value) |
abstract String |
key() |
abstract String |
value() |
public abstract String key()
public abstract String value()
public static CreateStaticFieldRequest create(@NotEmpty String key, @NotEmpty String value)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.