Interface ProductSetSearchKeywordsAction

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

ProductSetSearchKeywordsAction
Example to create an instance using the builder pattern

     ProductSetSearchKeywordsAction productSetSearchKeywordsAction = ProductSetSearchKeywordsAction.builder()
             .searchKeywords(searchKeywordsBuilder -> searchKeywordsBuilder)
             .build()