Class ProductTypeChangeIsSearchableActionBuilder

java.lang.Object
com.commercetools.api.models.product_type.ProductTypeChangeIsSearchableActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductTypeChangeIsSearchableAction>

public class ProductTypeChangeIsSearchableActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<ProductTypeChangeIsSearchableAction>
ProductTypeChangeIsSearchableActionBuilder
Example to create an instance using the builder pattern

     ProductTypeChangeIsSearchableAction productTypeChangeIsSearchableAction = ProductTypeChangeIsSearchableAction.builder()
             .attributeName("{attributeName}")
             .isSearchable(true)
             .build()