-
- All Implemented Interfaces:
public class EntityActionEvent.Builder extends Event.Builder<T>
-
-
Method Summary
Modifier and Type Method Description EntityActionEvent.BuildersetActionType(EntityActionEvent.ActionType action)Sets action type on this builder. EntityActionEvent.BuildersetReferenceId(String reference_id)Sets reference id on this builder. EntityActionEvent.BuildersetEntityId(String entity_id)Sets entity id on this builder. EntityActionEvent.BuildersetDisplayMode(EntityActionEvent.DisplayMode display)Sets display mode on this builder. -
-
Method Detail
-
setActionType
EntityActionEvent.Builder setActionType(EntityActionEvent.ActionType action)
Sets action type on this builder.
- Parameters:
action- action
-
setReferenceId
EntityActionEvent.Builder setReferenceId(String reference_id)
Sets reference id on this builder.
- Parameters:
reference_id- reference id
-
setEntityId
EntityActionEvent.Builder setEntityId(String entity_id)
Sets entity id on this builder.
- Parameters:
entity_id- entity id
-
setDisplayMode
EntityActionEvent.Builder setDisplayMode(EntityActionEvent.DisplayMode display)
Sets display mode on this builder.
- Parameters:
display- display
-
-
-
-