Interface ProductSetCategoryOrderHintAction

All Superinterfaces:
ProductUpdateAction, ResourceUpdateAction<ProductUpdateAction>
All Known Implementing Classes:
ProductSetCategoryOrderHintActionImpl

ProductSetCategoryOrderHintAction
Example to create an instance using the builder pattern

     ProductSetCategoryOrderHintAction productSetCategoryOrderHintAction = ProductSetCategoryOrderHintAction.builder()
             .categoryId("{categoryId}")
             .build()