Interface Index.Record

Enclosing interface:
Index

public static interface Index.Record
Single entry of an index providing some meta data on the item and a reference to the item itself.
Since:
5.2.11
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    The identifier of this record.
  • Method Details

    • getIdentifier

      @ApiDoc(comment="The identifier of this record.", since="5.2.11") @NotNull @NotNull String getIdentifier()
      The identifier of this record.
      Returns:
      The (unique) identifier.
      Since:
      5.2.11