public abstract class RoleMembershipResponse extends Object
| Constructor and Description |
|---|
RoleMembershipResponse() |
| Modifier and Type | Method and Description |
|---|---|
static RoleMembershipResponse |
create(@NotBlank String roleName,
@NotNull Collection<UserSummary> users) |
abstract @NotBlank String |
role() |
abstract @NotNull Collection<UserSummary> |
users() |
@NotBlank public abstract @NotBlank String role()
@NotNull public abstract @NotNull Collection<UserSummary> users()
public static RoleMembershipResponse create(@NotBlank @NotBlank String roleName, @NotNull @NotNull Collection<UserSummary> users)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.