Class InventoryEntrySetKeyActionBuilder

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

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

     InventoryEntrySetKeyAction inventoryEntrySetKeyAction = InventoryEntrySetKeyAction.builder()
             .build()