Interface MetadataUpdateItem.Builder

Enclosing class:
MetadataUpdateItem

public static interface MetadataUpdateItem.Builder
Builder helper class.
  • Method Details

    • ids

      Set the ids of this MetadataUpdateItem instance.
      Parameters:
      ids - List of collection or document or chunk ids for which the metadata should be updated
      Returns:
      The MetadataUpdateItem builder.
    • ids

      default MetadataUpdateItem.Builder1 ids(@Nonnull UUID... ids)
      Set the ids of this MetadataUpdateItem instance.
      Parameters:
      ids - List of collection or document or chunk ids for which the metadata should be updated
      Returns:
      The MetadataUpdateItem builder.