Class CategoryResourceIdentifierPair


  • public final class CategoryResourceIdentifierPair
    extends java.lang.Object
    Container for a List of CategoryResourceIdentifier and a CategoryOrderHints.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()