Class InventoryEntrySetCustomFieldActionBuilder

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

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

     InventoryEntrySetCustomFieldAction inventoryEntrySetCustomFieldAction = InventoryEntrySetCustomFieldAction.builder()
             .name("{name}")
             .build()