Package org.graylog.security.events
Class EntitySharesUpdateEvent
java.lang.Object
org.graylog.security.events.EntitySharesUpdateEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static EntitySharesUpdateEventcreate(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 GRNentity()abstract com.google.common.collect.ImmutableList<EntitySharesUpdateEvent.Share>updates()abstract Useruser()
-
Constructor Details
-
EntitySharesUpdateEvent
public EntitySharesUpdateEvent()
-
-
Method Details
-
user
-
entity
-
creates
-
deletes
-
updates
-
create
public static EntitySharesUpdateEvent create(User user, GRN entity, List<EntitySharesUpdateEvent.Share> creates, List<EntitySharesUpdateEvent.Share> deletes, List<EntitySharesUpdateEvent.Share> updates) -
builder
-