Package com.cognite.client.util
Class Items
java.lang.Object
com.cognite.client.util.Items
Utility class for helping build
Item objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseItems(long... internalId) Build a list ofItembased on a set ofids.parseItems(String... externalId) Build a list ofItembased on a set ofexternaIds.
-
Constructor Details
-
Items
public Items()
-
-
Method Details
-
parseItems
Build a list ofItembased on a set ofexternaIds.- Parameters:
externalId- TheexternaIdsto use as a basis for theItems.- Returns:
- The corresponding list of
Item
-
parseItems
Build a list ofItembased on a set ofids.- Parameters:
internalId- Theidsto use as a basis for theItems.- Returns:
- The corresponding list of
Item
-