Class Items

java.lang.Object
com.cognite.client.util.Items

public class Items extends Object
Utility class for helping build Item objects.
  • Constructor Details

    • Items

      public Items()
  • Method Details

    • parseItems

      public static List<Item> parseItems(String... externalId)
      Build a list of Item based on a set of externaIds.
      Parameters:
      externalId - The externaIds to use as a basis for the Items.
      Returns:
      The corresponding list of Item
    • parseItems

      public static List<Item> parseItems(long... internalId)
      Build a list of Item based on a set of ids.
      Parameters:
      internalId - The ids to use as a basis for the Items.
      Returns:
      The corresponding list of Item