Interface MetadataItem.Builder

Enclosing class:
MetadataItem

public static interface MetadataItem.Builder
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    id(UUID id)
    Set the id of this MetadataItem instance.
  • Method Details

    • id

      MetadataItem id(@Nonnull UUID id)
      Set the id of this MetadataItem instance.
      Parameters:
      id - ID of collection
      Returns:
      The MetadataItem instance.