Class InventoryEntrySetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.inventory.InventoryEntrySetCustomTypeActionBuilder
All Implemented Interfaces:
Builder<InventoryEntrySetCustomTypeAction>

public class InventoryEntrySetCustomTypeActionBuilder extends Object implements Builder<InventoryEntrySetCustomTypeAction>
InventoryEntrySetCustomTypeActionBuilder
Example to create an instance using the builder pattern

     InventoryEntrySetCustomTypeAction inventoryEntrySetCustomTypeAction = InventoryEntrySetCustomTypeAction.builder()
             .build()