Class InventoryEntrySetCustomTypeActionBuilder

java.lang.Object
com.commercetools.api.models.inventory.InventoryEntrySetCustomTypeActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<InventoryEntrySetCustomTypeAction>

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

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