public abstract class RolesResponse extends Object
| Constructor and Description |
|---|
RolesResponse() |
| Modifier and Type | Method and Description |
|---|---|
static RolesResponse |
create(@NotNull Set<RoleResponse> roles) |
abstract @NotNull Set<RoleResponse> |
roles() |
int |
total() |
@NotNull public abstract @NotNull Set<RoleResponse> roles()
public int total()
public static RolesResponse create(@NotNull @NotNull Set<RoleResponse> roles)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.