public abstract class EntitySharesUpdateEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EntitySharesUpdateEvent.Builder |
static class |
EntitySharesUpdateEvent.Share |
| Constructor and Description |
|---|
EntitySharesUpdateEvent() |
| Modifier and Type | Method and Description |
|---|---|
static EntitySharesUpdateEvent.Builder |
builder() |
static EntitySharesUpdateEvent |
create(User user,
GRN entity,
List<EntitySharesUpdateEvent.Share> creates,
List<EntitySharesUpdateEvent.Share> deletes,
List<EntitySharesUpdateEvent.Share> updates) |
abstract com.google.common.collect.ImmutableList<EntitySharesUpdateEvent.Share> |
creates() |
abstract com.google.common.collect.ImmutableList<EntitySharesUpdateEvent.Share> |
deletes() |
abstract GRN |
entity() |
abstract com.google.common.collect.ImmutableList<EntitySharesUpdateEvent.Share> |
updates() |
abstract User |
user() |
public abstract User user()
public abstract GRN entity()
public abstract com.google.common.collect.ImmutableList<EntitySharesUpdateEvent.Share> creates()
public abstract com.google.common.collect.ImmutableList<EntitySharesUpdateEvent.Share> deletes()
public abstract com.google.common.collect.ImmutableList<EntitySharesUpdateEvent.Share> updates()
public static EntitySharesUpdateEvent create(User user, GRN entity, List<EntitySharesUpdateEvent.Share> creates, List<EntitySharesUpdateEvent.Share> deletes, List<EntitySharesUpdateEvent.Share> updates)
public static EntitySharesUpdateEvent.Builder builder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.