Class Items


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

      • Items

        public Items()
    • Method Detail

      • 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