Class RunTriggerAsQuery

  • All Implemented Interfaces:
    AutoCompletionAction

    public class RunTriggerAsQuery
    extends Object
    implements AutoCompletionAction
    An auto-completion action type which replaces the user's current query with the entry's trigger, causing a search results page for the trigger to be shown. This is the default if no other action is supplied.
    • Constructor Detail

      • RunTriggerAsQuery

        public RunTriggerAsQuery()
    • Method Detail

      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object