Class CategoryResourceIdentifierPair
- java.lang.Object
-
- com.commercetools.sync.commons.helpers.CategoryResourceIdentifierPair
-
public final class CategoryResourceIdentifierPair extends java.lang.Object
Container for aList
ofCategoryResourceIdentifier
and aCategoryOrderHints
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.commercetools.api.models.product.CategoryOrderHints
getCategoryOrderHints()
java.util.List<com.commercetools.api.models.category.CategoryResourceIdentifier>
getCategoryResourceIdentifiers()
static CategoryResourceIdentifierPair
of(java.util.List<com.commercetools.api.models.category.CategoryResourceIdentifier> categoryResourceIdentifiers, com.commercetools.api.models.product.CategoryOrderHints categoryOrderHints)
-
-
-
Method Detail
-
of
public static CategoryResourceIdentifierPair of(@Nonnull java.util.List<com.commercetools.api.models.category.CategoryResourceIdentifier> categoryResourceIdentifiers, @Nullable com.commercetools.api.models.product.CategoryOrderHints categoryOrderHints)
-
getCategoryResourceIdentifiers
public java.util.List<com.commercetools.api.models.category.CategoryResourceIdentifier> getCategoryResourceIdentifiers()
-
getCategoryOrderHints
public com.commercetools.api.models.product.CategoryOrderHints getCategoryOrderHints()
-
-