public abstract class RoleResponse extends Object
| Constructor and Description |
|---|
RoleResponse() |
| Modifier and Type | Method and Description |
|---|---|
static RoleResponse |
create(@NotBlank String name,
Optional<String> description,
@NotNull Set<String> permissions,
boolean readOnly) |
abstract Optional<String> |
description() |
abstract @NotBlank String |
name() |
abstract @NotNull Set<String> |
permissions() |
abstract boolean |
readOnly() |
@NotBlank public abstract @NotBlank String name()
public abstract boolean readOnly()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.