Interface SearchType.Result

All Known Implementing Classes:
EventList.Result, MessageList.Result, PivotResult
Enclosing interface:
SearchType

public static interface SearchType.Result
Each search type should declare an implementation of its result conforming to this interface.

The frontend components then make use of the structured data to display it.

  • Method Summary

    Modifier and Type
    Method
    Description
    id()
     
     
    The json type info property of the surrounding SearchType class.
  • Method Details

    • id

      String id()
    • type

      String type()
      The json type info property of the surrounding SearchType class. Must be set manually by subclasses.
    • name

      Optional<String> name()