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